Restoring indexing

Issue1

Node 1 (Server Docker alpine )

Linux node3 4.4.0-173-generic #203-Ubuntu SMP Wed Jan 15 02:55:01 UTC 2020 x86_64 Linux

urbackup = Version - 2.4.10

Node2 (Client Docker alpine)

Linux node3 4.4.0-173-generic #203-Ubuntu SMP Wed Jan 15 02:55:01 UTC 2020 x86_64 Linux

urbackup = Version - 2.4.10

Node3 (client docker alpine)

urbackup = Linux node3 4.4.0-173-generic #203-Ubuntu SMP Wed Jan 15 02:55:01 UTC 2020 x86_64 Linux

urbackup = Version - 2.4.10

Logs - Restore was inactive for 5min. Timeout. Stopping restore…

i don’t find the conf file in

etc/default/urbackupclient or etc/sysconfig/urbackupclient

Or need to create as below to function restore

/etc/default# cat urbackupclient
# Defaults for urbackup_client initscript
# sourced by /etc/init.d/urbackupclientbackend
# installed at /etc/default/urbackupclient by the maintainer scripts

#
# This is parsed as a key=value file
#

#logfile name
LOGFILE="/var/log/urbackupclient.log"

#Either debug,warn,info or error
LOGLEVEL=warn

#Max size of the log file before rotation
#Disable if you are using logrotate for
#more advanced configurations (e.g. with compression)
LOG_ROTATE_FILESIZE=20971520

#Max number of log files during rotation
LOG_ROTATE_NUM=10

#Tmp file directory
DAEMON_TMPDIR="/tmp"

# Valid settings:
#
# "client-confirms": If you have the GUI component the currently active user
#                    will need to confirm restores from the web interface.
#                    If you have no GUI component this will cause restores
#                    from the server web interface to not work
# "server-confirms": The server will ask the user starting the restore on
#                    the web interface for confirmation
# "disabled":        Restores via web interface are disabled.
#                    Restores via urbackupclientctl still work
#
RESTORE="server-confirms"

#If true client will not bind to any external network ports (either true or false)
INTERNET_ONLY=false


while trying to restore. how can i restore my files

Kindly let me know if i need to create a urbackuprestoreclient.service for this.

Issue2
another client i don’t find the restore button on the web ui

Issue3

Till now i am not able to fetch answer from old posts “how can i restore for a specific file in a folder” in Linux