First page Back Continue Last page Overview Graphics
basic rsync backup
rsync -avz -e ssh --progress
/home/trilug/jeremy/ portzer.com:/home/jeremy/trilug-backup
run this from cron every night, 4:20 am:
20 4 * * * rsync ...
(see “man 5 crontab”)
requires ssh to work without passwords, ssh keys with keychain is one option
Notes: