Quote:
Originally Posted by Gillespie
Is it simple to set up a cronjob that does a mysqldump and then scp's the backed up file to another box? How would I handle the user/pass prompt of the other box?
|
Damn simple.
There are several tutorials for doing 'just this', but most are geared towards rsync. I prefer rsync, but hey, if all you want is your mysql,
this should still assist you.