Added mysql backup script
This commit is contained in:
parent
033202a6a4
commit
a263b53dc3
3 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue