This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
urbackup-internet-client/scripts/prefilebackup

10 lines
137 B
Plaintext
Raw Normal View History

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