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
138 B
Bash

#!/usr/bin/env bash
if [[ -n "$DO_FTP_BACKUP" ]]; then
sh ftp_backup.sh
fi
if [[ -n "$DO_MYSQL_BACKUP" ]]; then
sh mysql_backup.sh
fi