From: Eric Bollengier Date: Wed, 6 Jul 2011 13:09:04 +0000 (+0200) Subject: Fix #1702 about VolumeToCatalog documentation X-Git-Tag: Release-5.2.1~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=265beed473541247c66aa868e8f79b847eb210a4;p=bacula%2Fdocs Fix #1702 about VolumeToCatalog documentation --- diff --git a/docs/manuals/en/main/dirdconf.tex b/docs/manuals/en/main/dirdconf.tex index 55178cf7..c40a6430 100644 --- a/docs/manuals/en/main/dirdconf.tex +++ b/docs/manuals/en/main/dirdconf.tex @@ -678,9 +678,10 @@ For a {\bf Verify} Job, the Level may be one of the following: \item [VolumeToCatalog] \index[dir]{VolumeToCatalog} This level causes Bacula to read the file attribute data written to the - Volume from the last Job. The file attribute data are compared to the + Volume from the last backup Job for the job specified on the {\bf VerifyJob} + directive. The file attribute data are compared to the values saved in the Catalog database and any differences are reported. - This is similar to the {\bf Catalog} level except that instead of + This is similar to the {\bf DiskToCatalog} level except that instead of comparing the disk file attributes to the catalog database, the attribute data written to the Volume is read and compared to the catalog database. Although the attribute data including the signatures (MD5 or @@ -697,7 +698,7 @@ For a {\bf Verify} Job, the Level may be one of the following: This level causes Bacula to read the files as they currently are on disk, and to compare the current file attributes with the attributes saved in the catalog from the last backup for the job specified on the - {\bf VerifyJob} directive. This level differs from the {\bf Catalog} + {\bf VerifyJob} directive. This level differs from the {\bf VolumeToCatalog} level described above by the fact that it doesn't compare against a previous Verify job but against a previous backup. When you run this level, you must supply the verify options on your Include statements.