fatal
06-08-2006, 03:41 AM
Hello,
I have my mysql db dumped every night via cron job which labels it mon/tues/wed etc...
I want to a remote machine to download this every night, so currently the backup goes into my /home/user/backup folder and am using the command:
rsync -avz -e ssh user@domain.com:/user/backup/ /user/backup/
Is this the best command to use? is it incremental or is it going to download the mon/tues/wed ones again?
Thanks!
I have my mysql db dumped every night via cron job which labels it mon/tues/wed etc...
I want to a remote machine to download this every night, so currently the backup goes into my /home/user/backup folder and am using the command:
rsync -avz -e ssh user@domain.com:/user/backup/ /user/backup/
Is this the best command to use? is it incremental or is it going to download the mon/tues/wed ones again?
Thanks!