> task. But in order for me to "try to" detect a silent data corruption
> with the verify feature I need to do a full read-through of the entire
> disk "just for the verify process". But Bacula does a full read-through
> of the disk everytime I schedule a Full backup anyway.
>
> When bacula is performing the second full backup it will "just
> automatically" have the abillity to check for silent corruption in
> "every file that hasn't changed since last full backup". This at "no
> cost"[1]. Basically just check when inserting the file in the catalog:
> That if the checksum is changes then some of the metadata is changed too
> and alert if it isn't.
>
I think I can see the idea behind the request. But if there isn't that kind
of feature to expect in the backup job, this propably could be done with a
"home-made" run after job script, that would be run after a full backup. It
should require only sql queries to the catalog to compare two last full
backups, and especially the checksums of the files with equal paths/names
and write times.

The script would have no need to modify anything in the catalog, just read
it, and write a report of possibly found differences.

--
TiN



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to