]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/verify.tex
Tweaks from Dan
[bacula/docs] / docs / manuals / en / main / verify.tex
index 1726158730044a9c2ff72ba3b58ca8a588e98e19..6a8f90b3835a0b61ea6a8f1dd3bf409b71026ddd 100644 (file)
@@ -146,6 +146,8 @@ FileSet:  Verify Set
 Level:    Catalog
 Client:   MatouVerify
 Storage:  DLTDrive
+Verify Job:  
+Verify List: /tmp/regress/working/MatouVerify.bsr
 OK to run? (yes/mod/no): mod
 \end{verbatim}
 \normalsize
@@ -157,12 +159,16 @@ Job. After responding {\bf mod}, the console will ask:
 \footnotesize
 \begin{verbatim}
 Parameters to modify:
-     1: Job
-     2: Level
-     3: FileSet
-     4: Client
-     5: Storage
-Select parameter to modify (1-5): 2
+     1: Level
+     2: Storage
+     3: Job
+     4: FileSet
+     5: Client
+     6: When
+     7: Priority
+     8: Pool
+     9: Verify Job
+Select parameter to modify (1-5): 1
 \end{verbatim}
 \normalsize
 
@@ -172,9 +178,10 @@ you should select number 2 to modify the {\bf Level}, and it will display:
 \begin{verbatim}
 Levels:
      1: Initialize Catalog
-     2: Verify from Catalog
-     3: Verify Volume
-     4: Verify Volume Data
+     2: Verify Catalog
+     3: Verify Volume to Catalog
+     4: Verify Disk to Catalog
+     5: Verify Volume Data (not yet implemented)
 Select level (1-4): 1
 \end{verbatim}
 \normalsize
@@ -189,6 +196,8 @@ FileSet:  Verify Set
 Level:    Initcatalog
 Client:   MatouVerify
 Storage:  DLTDrive
+Verify Job:  
+Verify List: /tmp/regress/working/MatouVerify.bsr
 OK to run? (yes/mod/no): yes
 \end{verbatim}
 \normalsize
@@ -200,6 +209,25 @@ have defined. If you wish to immediately verify it, you can simply run a
 Verify {\bf Catalog} which will be the default. No differences should be
 found. 
 
+To use a previous job, you can add \texttt{jobid=xxx} option in run command
+line. It will run the Verify job against the specified job.
+
+\begin{verbatim}
+*run jobid=1 job=MatouVerify
+Run Verify job
+JobName:     MatouVerify
+Level:       Catalog
+Client:      127.0.0.1-fd
+FileSet:     Full Set
+Pool:        Default (From Job resource)
+Storage:     File (From Job resource)
+Verify Job:  MatouVerify.2010-09-08_15.33.33_03
+Verify List: /tmp/regress/working/MatouVerify.bsr
+When:        2010-09-08 15:35:32
+Priority:    10
+OK to run? (yes/mod/no): 
+\end{verbatim}
+
 \section{What To Do When Differences Are Found}
 \index[general]{What To Do When Differences Are Found }
 \index[general]{Found!What To Do When Differences Are }