mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
# 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=disabled
|
|
|
|
#If true client will not bind to any external network ports (either true or false)
|
|
INTERNET_ONLY=false
|