]> git.sur5r.net Git - bacula/docs/commitdiff
Fix #1702 about VolumeToCatalog documentation
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 6 Jul 2011 13:09:04 +0000 (15:09 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 6 Jul 2011 13:09:16 +0000 (15:09 +0200)
docs/manuals/en/main/dirdconf.tex

index 55178cf7db1619a851c2ca0d133c3292b7e4c9ab..c40a64304a0621bde8f8b1dee0645c9d2c5e9d3d 100644 (file)
@@ -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.