this sounds exactly like what I want. Just so that I'm on the same page, I only need to run this on my destination box via cron:
Code:
--delete --stats -vzae ssh 11.22.33.44:/backup/cpbackup/daily /backup2/other/
and the server's backup/cpbackup/daily folder will be copied to /backup2/other/ on my destination box.
My question is:
Is it better to copy the cpbackups folder (this would allow me to use cpanel to restore), or could I simply copy over /home/ thus giving me all the html files. I'm assuming that if I did that, I'd miss out on email / mysql, and probably some other stuff, but at the same time, I also think that the data transfer would be alot less (as each archive will change every day).
Here is a good tutorial I found:
HTML Code:
http://www.tux.org/~tbr/rsync/rsynchowto.html