Die Struktur geändert um künftig mehrere Server in einem Ruth zu sichern

Change-Id: If82413b0b88b04028459ef329cd3151d38ed7966
This commit is contained in:
2018-01-06 11:04:08 +01:00
parent c10bbf7d76
commit 7a2c0ba143
5 changed files with 102 additions and 15 deletions
+9
View File
@@ -0,0 +1,9 @@
REMOTE_HOST=''
REMOTE_USER='root'
FOLDERS=()
DELETE_OLD_FILES='8W'
MYSQL_DB=()
MYSQL_USER='root'
MYSQL_PASS='secret'
MYSQL_DUMP_DIR='/var/backups/sqldump'