Funktions Update

Neue Optionen --restore, --list, --bash
This commit is contained in:
2018-07-14 11:26:01 +02:00
parent 199e953a18
commit a11a3b0502
3 changed files with 112 additions and 11 deletions
+5 -1
View File
@@ -33,4 +33,8 @@ MYSQL_PASS='secret'
# Wo auf dem Remote Server soll SQL_Dump abgelegt werden.
# Dieser Ordner wird zusammen mit $FOLDERS gesichert
MYSQL_DUMP_DIR='/var/backups/sqldump'
MYSQL_DUMP_DIR='/var/backups/sqldump'
# Die Optionen die beim Backup eingesetzt werden
RDIFF_BACKUP_OPTS="--exclude-sockets --exclude-device-files --exclude-fifos --exclude-other-filesystems"