> Hi List
>
> I have to (longtime) archive data on tape. To be sure that the data
> which was written on tape is ok i'd like to run a verify job after the
> successfull backup/archive job. The verify job should compare the data
> of the source with the data written on tape to ensure the data is save
> on tape before i may delete the source.
>
> Is this somehow doable with bacula ?
>
> It seams to me that the currently implemented "verify" option in bacula
> will not read/verify data from tape but only compare checksums in the
> catalog database; which is a fine feature but will not ensure that the
> data on tape is ok.

The current implementation will read all the data on the tape, but it will
only compare the attributes to what is in the catalog. Thus the verify job
will verify that the whole tape can be read and that all the files that
are recorded in the catalog are actually on the tape, but it will not
compare the data to what is on disk.  Comparing the data on tape and disk
is a future project ...

>
> Will the tape drive itself ensure that the data is verified during the
> backup job (by a read-after-write verify)? I know tapes that have
> multiple heads, one for write, one for the verification of the written
> data. But is this valid for all tape drives ?
>
>
>
> -------------------------------------------------------------------------
> 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
>


Best regards, Kern

-------------------------------------------------------------------------
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