PDA

View Full Version : How do you do your rsync backups?



learningcurb
June 28th, 2009, 12:31 AM
I ran across a very interesting link that provided some interesting tips on rsync backups:

http://www.halfgaar.net/backing-up-unix

Among the more interesting switches are:

--archive --sparse --numeric-ids --hard-links --delete --delete-excluded --delete-after

beercz
June 28th, 2009, 12:42 AM
http://rsnapshot.org

I run rsnaphot from a cron job on my server daily to back up my laptop. Uses rsync over ssh (with keys).

Been doing this for ages now - runs beautifully - never lets me down.

drumsticks
June 28th, 2009, 09:00 AM
http://rsnapshot.org

I run rsnaphot from a cron job on my server daily to back up my laptop. Uses rsync over ssh (with keys).

Been doing this for ages now - runs beautifully - never lets me down.

+1.

I rsnapshot daily (hourly is overkill for me) to another partition on the same hard drive (laptop), then occasionally (every week or two), I rsync the entire rsnapshot backups to an external hard drive.

ghindo
June 28th, 2009, 09:16 AM
I use rsync to back up files from my laptop to my server with Grsync.