]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-dir.conf.accurate.in
Possible fix for big-files-test
[bacula/bacula] / regress / scripts / bacula-dir.conf.accurate.in
index da8fc69dab8d106cc44f3af7a746a69b3ed86874..f53fe83934b6a9547b386b1fd6353a8a4d7989d5 100644 (file)
@@ -40,6 +40,34 @@ JobDefs {
 FileSet {
  Name = FS_TESTJOB
  Include {
+   Options {
+    Signature = MD5
+    Verify = mc
+    Accurate = mcs5
+   }
+   File=<@tmpdir@/file-list
+ }
+}
+
+FileSet {
+ Name = FS_TESTJOB2
+ Include {
+   Options {
+    Signature = MD5
+    Verify = mc
+    strippath=1
+   }
+   File=<@tmpdir@/file-list
+ }
+}
+
+FileSet {
+ Name = FS_TESTJOB_ADVANCE
+ Include {
+   Options {
+    Signature = MD5
+    Verify = mcpgu
+   }
    File=<@tmpdir@/file-list
  }
 }
@@ -51,6 +79,14 @@ Job {
   FileSet = FS_TESTJOB
 }
 
+Job {
+  Accurate = yes
+  Name = backup_advance
+  JobDefs = DefaultJob
+  FileSet = FS_TESTJOB_ADVANCE
+}
+
+
 # Standard Restore template, to be changed by Console program
 Job {
   Name = "RestoreFiles"
@@ -90,13 +126,15 @@ Storage {
 # Generic catalog service
 Catalog {
   Name = MyCatalog
-  dbname = regress; user = regress; password = ""
+  @libdbi@
+  dbname = @db_name@; user = @db_user@; password = "@db_password@"
 }
 
 
 Messages {
   Name = Standard
-  console = all, !skipped, !saved
+  console = all, !skipped, saved
+  catalog = all, !skipped
 }
 
 # Default pool definition
@@ -107,3 +145,10 @@ Pool {
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
 }
+Pool {
+  Name = Other
+  Pool Type = Backup
+  Recycle = yes                       # Bacula can automatically recycle Volumes
+  AutoPrune = yes                     # Prune expired volumes
+  Volume Retention = 365d             # one year
+}