diff --git a/host_backup.conf b/host_backup.conf index c46348f..806f3c0 100755 --- a/host_backup.conf +++ b/host_backup.conf @@ -2,14 +2,14 @@ ###### Remote (or local) backup script for files & databases ###### (L) 2013 by Ozy de Jong (www.badministrateur.com) -###### Config file rev 1606201301 +###### Config file rev 2106201301 ## Backup identification, any string you want BACKUP_ID="your backup name" ## General backup options BACKUP_SQL=no -BACKUP_FILES=no +BACKUP_FILES=yes ## Local storage paths 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. 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_BACKUP=yes