mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Moved config value to remote options
This commit is contained in:
parent
213b2de002
commit
60b3d4674e
@ -1,6 +1,6 @@
|
||||
###### Local / Remote backup script for files & databases
|
||||
###### (L) 2013-2015 by Ozy de Jong (www.netpower.fr)
|
||||
###### obackup v2.x config file rev 2015111601
|
||||
###### obackup v2.x config file rev 2015111801
|
||||
|
||||
###### GENERAL BACKUP OPTIONS
|
||||
|
||||
@ -45,9 +45,6 @@ GET_BACKUP_SIZE=yes
|
||||
SQL_WARN_MIN_SPACE=1048576
|
||||
FILE_WARN_MIN_SPACE=1048576
|
||||
|
||||
## If enabled, backups will be processed as superuser. See documentation for /etc/sudoers configuration ("find", "du", "tee" and "rsync" need to be allowed). Requiretty needs to be disabled.
|
||||
SUDO_EXEC=yes
|
||||
|
||||
###### REMOTE ONLY OPTIONS
|
||||
|
||||
## In case of pulled or pushed backups, remote system URI needs to be supplied.
|
||||
@ -68,6 +65,9 @@ REMOTE_HOST_PING=yes
|
||||
## Check for internet access by pinging one or more 3rd party hosts before remote backup tasks. Leave empty if you don't want this check to be be performed. Failing to ping will skip current task.
|
||||
REMOTE_3RD_PARTY_HOSTS="www.kernel.org www.google.com"
|
||||
|
||||
## If enabled, commands will be executed as superuser on remote side. See documentation for /etc/sudoers configuration ("find", "du", "tee" and "rsync" need to be allowed). Requiretty needs to be disabled.
|
||||
SUDO_EXEC=yes
|
||||
|
||||
###### DATABASE SPECIFIC OPTIONS
|
||||
|
||||
## Database backup user
|
||||
|
Loading…
Reference in New Issue
Block a user