--On Mittwoch, 29. November 2006 09:07 -0800 Robert Nelson 
<[EMAIL PROTECTED]> wrote:

> You could always do the checksum and copy before the backup.
>
> Just dump the files to a different directory.  Then copy the files that
> have changed to the directory that gets backed up.

Good point. My suggestion would be to use md5 (or sha1 if you're paranoid) 
and store the result along with the dumps. Compare the hashsums before 
backup, and if they are different mv the new dump over the old one.

If your dumps are are textfiles - like mysql for example - you could even 
experiment with diff and patch. So you would have some sort of differential 
backup. Real DBMS support differential dumps anyway... ;-)

Regards,
Georg

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to