Backup

Alex Dean alex at crackpot.org
Wed Jan 19 15:13:30 MST 2011


On Jan 19, 2011, at 3:25 PM, Eric - A wrote:

> What is a simple program to do full and incremental backups of my hardrive? I'm running Ubuntu 10.04.

rdiff-backup is rsync plus retention of old snapshots.  (So you can restore a file as it was X days ago, which can be nice.)

The thing I love about it is that your backup 'repository' is an actual directory of files instead of some weird binary blob.  If you just want the most recent version of a file, all you need is 'cp'.  This is way way faster than other incremental backup systems where you'd have to restore the last full backup and then apply all the ensuing incrementals in order.

http://www.nongnu.org/rdiff-backup/


More information about the PLUG-discuss mailing list