Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
# /usr/local/sbin/backup.sh
#Backup mysql-databases to /var/bckups/mysql
echo -n "Dumping Mysql-databases...."
/usr/local/sbin/backup-mysql.sh
echo -n "Done."
# Run all backup profile found in /etc/tartarus/ and pass
# command line arguments on to tartarus (e.g. -i)