"Simply Amazing" and "Head Slappers"

Mark Komarinski mkomarinski at wayga.org
Thu Mar 22 15:05:41 EDT 2007


On 03/22/2007 02:44 PM, Drew Van Zandt wrote:
> I automated backups of all the important data (on *nix and Windows
> machines) with a small perl script run by cron (and cygwin/SSHD on the
> Windows servers, automagic SSH login w/keys, etc.) including offsite
> backup, waaaay ahead of where they were before.  Has saved us at least
> twice.
rdiff-backup is an absolutely brilliant backup-to-remote-system
application.  We use it for backing up all our local disks to one
central system, and that system is then backed up to tape.  Saves a lot
on Veritas Netbackup licenses.

rdiff-backup only does incremental backups, so the only thing you're
backing up are the diffs from the previous backup.  As a result, you can
restore any file to any backup just by entering the date/time you want. 
Backups are (can be) compressed, so day-to-day backups are minor.  You
can also expire old backups.

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

-Mark


More information about the gnhlug-discuss mailing list