git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@489 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
 bin
 test.out
 wierd-files
+diff
 
 #
 tests/test0
 tests/backup-bacula-test
+tests/verify-vol-test
 tests/sparse-test
 tests/compressed-test
 tests/sparse-compressed-test
 
   Write Bootstrap = "@working_dir@/NightlySave.bsr"
 }
 
+Job {
+  Name = "VerifyVolume"
+  Type = Verify
+  Level = VolumeToCatalog
+  Client=rufus-fd 
+  FileSet="Full Set"
+  Storage = File
+  Messages = Standard
+  Pool = Default
+  Write Bootstrap = "@working_dir@/NightlySave.bsr"
+}
+
+
 Job {
   Name = "SparseTest"
   Type = Backup
 }
 
 
-
-
 # Backup the catalog database (after the nightly save)
 Job {
   Name = "BackupCatalog"