Keith Edmunds wrote:
> 
>> Something like backup-rdiff might be 
>> better for huge files with small changes.
> 
> Small correction: it's actually rdiff-backup
> (http://rdiff-backup.nongnu.org/).

It might also be interesting to try the subversion version control 
system for something like this since it has a binary difference 
mechanism built in.  You'd have to do some extra planning to use it for 
backups though, because it wants to keep an extra copy of the previous 
repository version locally (so it can compute the diffs to commit) and 
there is no easy way to ever remove anything from the repository.  You'd 
probably want to create new repositories on some schedule so you could 
delete the old ones completely.

-- 
   Les Mikesell
    [EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to