]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-dir-migration.conf.in
Implement a timeout on regression tests of 15 minutes
[bacula/bacula] / regress / scripts / bacula-dir-migration.conf.in
index 702cdd95563a5e724806b2fc1a254935b3a565f7..5e58c07dccd15d83a03b934fb5b2745816473624 100644 (file)
@@ -37,6 +37,7 @@ Job {
   Write Bootstrap = "@working_dir@/NightlySave.bsr"
   Maximum Concurrent Jobs = 4
   SpoolData = yes
+# Allow Duplicate Jobs = No
 # Prefer Mounted Volumes = no
 }
 
@@ -53,6 +54,7 @@ Job {
   Maximum Concurrent Jobs = 4
   Selection Type = Job 
   Selection Pattern = ".*Save"
+# Allow Duplicate Jobs = No
 }
 
 Job {
@@ -68,6 +70,22 @@ Job {
   Maximum Concurrent Jobs = 4
   Selection Type = Volume
   Selection Pattern = "File*"
+# Allow Duplicate Jobs = No
+}
+
+Job {
+  Name = "copy-uncopied"
+  Type = Copy
+  Level = Full
+  Client=@hostname@-fd 
+  FileSet="Full Set"
+  Messages = Standard
+  Storage = DiskChanger
+  Write Bootstrap = "@working_dir@/migratevol.bsr"
+  Pool = Default
+  Maximum Concurrent Jobs = 4
+  Selection Type = PoolUncopiedJobs
+# Allow Duplicate Jobs = No
 }
 
 Job {
@@ -82,6 +100,7 @@ Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolOccupancy
+# Allow Duplicate Jobs = No
 }
 
 Job {
@@ -96,6 +115,7 @@ Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolTime
+# Allow Duplicate Jobs = No
 }
 
 
@@ -175,7 +195,7 @@ Storage {
 Catalog {
   Name = MyCatalog
   @libdbi@
-  dbname = regress; user = regress; password = ""
+  dbname = @db_name@; user = @db_user@; password = "@db_password@"
 }
 
 # Reasonable message delivery -- send most everything to email address
@@ -193,6 +213,7 @@ Messages {
 #          also keep all your messages if the scroll off the console.
 #
   append = "@working_dir@/log" = all, !skipped
+  catalog = all, !skipped
 }
 
 #
@@ -203,6 +224,7 @@ Messages {
 # mail = @job_email@ = all, !skipped            
   console = all, !skipped, !saved
   append = "@working_dir@/log" = all, !skipped
+  catalog = all, !skipped
 }
 
     
@@ -220,6 +242,19 @@ Pool {
   Migration Time = 1
 }
 
+Pool {
+  Name = Special
+  Pool Type = Backup
+  Recycle = yes                       # Bacula can automatically recycle Volumes
+  AutoPrune = yes                     # Prune expired volumes
+  Volume Retention = 365d             # one year
+  NextPool = Full
+  Storage = File
+  Migration High Bytes = 40M
+  Migration Low Bytes = 20M
+  Migration Time = 5h
+}
+
 Pool {
   Name = Full
   Pool Type = Backup
@@ -228,3 +263,11 @@ Pool {
   Volume Retention = 365d             # one year
   Storage = DiskChanger
 }
+
+Pool {
+  Name = Scratch
+  Recycle = yes
+  AutoPrune = yes
+  Pool Type = Scratch
+  RecyclePool = Scratch
+}