Erstes commit für das MySQL-Backup in einem container

This commit is contained in:
2018-11-11 15:50:51 +01:00
parent c86bb73c8f
commit 3a58956844
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ FOLDERS=()
DELETE_OLD_FILES='8W'
MYSQL_DB=()
MYSQL_CONTAINER=''
MYSQL_USER='root'
MYSQL_PASS='secret'
MYSQL_DUMP_DIR="/var/backups/sqldump"