Want to backup your MySQL databases to another machine on a nightly basis? Then create a /etc/cron.daily/mysqlbackup job like this: #!/bin/sh mysqldump ...
rimuhosting.com