urbackup-internet-client/scripts/prefilebackup

10 lines
138 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2020-02-03 20:27:33 +00:00
if [[ -n "$DO_FTP_BACKUP" ]]; then
sh ftp_backup.sh
fi
2020-02-03 20:27:33 +00:00
if [[ -n "$DO_MYSQL_BACKUP" ]]; then
2020-02-03 20:06:20 +00:00
sh mysql_backup.sh
fi