]> git.sur5r.net Git - bacula/bacula/commitdiff
Add Verify Volume Test
authorKern Sibbald <kern@sibbald.com>
Sun, 4 May 2003 21:47:56 +0000 (21:47 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 4 May 2003 21:47:56 +0000 (21:47 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@489 91ce42f0-d328-0410-95d8-f526ca767f89

regress/.cvsignore
regress/all-non-root-tests
regress/scripts/test-bacula-dir.conf.in

index a16e078e4576d8040011086d1c6ebbf30a1c8016..47f3fbac0766730a982ce3d3dbfd503d7a5cbacf 100644 (file)
@@ -2,3 +2,4 @@ build
 bin
 test.out
 wierd-files
+diff
index 38584f1650ee91a8e118365ece04fc52bd2d2d74..29e226aab5566d1c3f1a506b537c1ba7e14e953e 100755 (executable)
@@ -4,6 +4,7 @@
 #
 tests/test0
 tests/backup-bacula-test
+tests/verify-vol-test
 tests/sparse-test
 tests/compressed-test
 tests/sparse-compressed-test
index 603fd489701410573a1c2bcd69e58e615a627646..3fee9d8476d1aa28686b02cfebdf99b6c24608a0 100644 (file)
@@ -38,6 +38,19 @@ Job {
   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
@@ -72,8 +85,6 @@ Job {
 }
 
 
-
-
 # Backup the catalog database (after the nightly save)
 Job {
   Name = "BackupCatalog"