a11a3b0502
Neue Optionen --restore, --list, --bash
11 lines
261 B
Bash
11 lines
261 B
Bash
REMOTE_HOST=''
|
|
REMOTE_USER='root'
|
|
FOLDERS=()
|
|
DELETE_OLD_FILES='8W'
|
|
|
|
MYSQL_DB=()
|
|
MYSQL_USER='root'
|
|
MYSQL_PASS='secret'
|
|
MYSQL_DUMP_DIR="/var/backups/sqldump"
|
|
|
|
RDIFF_BACKUP_OPTS="--exclude-sockets --exclude-device-files --exclude-fifos --exclude-other-filesystems" |