mirror of
https://github.com/deajan/obackup.git
synced 2025-05-10 12:13:41 +02:00
Added RSYNC_EXECUTABLE variable
This commit is contained in:
parent
c745381dc6
commit
52e09dd5b3
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
###### Remote (or local) backup script for files & databases
|
###### Remote (or local) backup script for files & databases
|
||||||
###### (L) 2013 by Ozy de Jong (www.badministrateur.com)
|
###### (L) 2013 by Ozy de Jong (www.badministrateur.com)
|
||||||
###### Config file rev 1606201301
|
###### Config file rev 2106201301
|
||||||
|
|
||||||
## Backup identification, any string you want
|
## Backup identification, any string you want
|
||||||
BACKUP_ID="your backup name"
|
BACKUP_ID="your backup name"
|
||||||
|
|
||||||
## General backup options
|
## General backup options
|
||||||
BACKUP_SQL=no
|
BACKUP_SQL=no
|
||||||
BACKUP_FILES=no
|
BACKUP_FILES=yes
|
||||||
|
|
||||||
## Local storage paths
|
## Local storage paths
|
||||||
LOCAL_SQL_STORAGE="/home/storage/backup/sql"
|
LOCAL_SQL_STORAGE="/home/storage/backup/sql"
|
||||||
@ -24,6 +24,8 @@ LOCAL_STORAGE_WARN_MIN_SPACE=1048576
|
|||||||
|
|
||||||
## If enabled, file backups will be processed with sudo command. See documentation for /etc/sudoers configuration ("find", "du" and "rsync" need to be allowed). Requiretty needs to be disabled.
|
## If enabled, file backups will be processed with sudo command. See documentation for /etc/sudoers configuration ("find", "du" and "rsync" need to be allowed). Requiretty needs to be disabled.
|
||||||
SUDO_EXEC=yes
|
SUDO_EXEC=yes
|
||||||
|
## Paranoia option. Don't change this unless you read the documentation and still feel concerned about security issues.
|
||||||
|
RSYNC_EXECUTABLE=rsync
|
||||||
|
|
||||||
## Remote options (will make backups of remote system through ssh tunnel, public RSA key need to be put into /home/.ssh/authorized_keys in remote users home directory)
|
## Remote options (will make backups of remote system through ssh tunnel, public RSA key need to be put into /home/.ssh/authorized_keys in remote users home directory)
|
||||||
REMOTE_BACKUP=yes
|
REMOTE_BACKUP=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user