Added mysql backup script

This commit is contained in:
Michael Mandl 2020-02-03 21:06:20 +01:00
parent 033202a6a4
commit a263b53dc3
3 changed files with 17 additions and 1 deletions

View file

@ -4,3 +4,6 @@ if [[ -z "$DO_FTP_BACKUP" ]]; then
sh ftp_backup.sh
fi
if [[ -z "$DO_MYSQL_BACUP" ]]; then
sh mysql_backup.sh
fi