]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-dir-vtape.conf.in
regress: Tweak regress for external test
[bacula/bacula] / regress / scripts / bacula-dir-vtape.conf.in
index 118f496739e836e9ca4992d4cf9742556b832e17..1d59ebf946ebf02d4e016f1c48e6e47ca019d14a 100644 (file)
@@ -27,6 +27,7 @@ Job {
   Pool = Default
   Maximum Concurrent Jobs = 10
   SpoolData = yes
+  Max Wait Time = 1m
 # Prefer Mounted Volumes = no
 }
 
@@ -138,7 +139,7 @@ Client {
 Client {
   Name = @hostname@-fd2
   Address = @hostname@
-  FDPort = @fdport@2
+  FDPort = 1@fdport@
   Catalog = MyCatalog
   Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"          # password for FileDaemon
   File Retention = 30d                # 30 days
@@ -151,7 +152,7 @@ Client {
 Client {
   Name = @hostname@-fd3
   Address = @hostname@
-  FDPort = @fdport@3
+  FDPort = 2@fdport@
   Catalog = MyCatalog
   Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"          # password for FileDaemon
   File Retention = 30d                # 30 days
@@ -164,7 +165,7 @@ Client {
 Client {
   Name = @hostname@-fd4
   Address = @hostname@
-  FDPort = @fdport@4
+  FDPort = 3@fdport@
   Catalog = MyCatalog
   Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"          # password for FileDaemon
   File Retention = 30d                # 30 days
@@ -177,7 +178,7 @@ Client {
 Client {
   Name = @hostname@-fd5
   Address = @hostname@
-  FDPort = @fdport@4
+  FDPort = 4@fdport@
   Catalog = MyCatalog
   Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"          # password for FileDaemon
   File Retention = 30d                # 30 days
@@ -345,6 +346,15 @@ Pool {
   Volume Retention = 365d             # one year
 }
 
+Pool {
+  Name = Test
+  Pool Type = Backup
+  Recycle = yes                       # Bacula can automatically recycle Volumes
+  AutoPrune = yes                     # Prune expired volumes
+  Volume Retention = 365d             # one year
+  MaximumVolumeJobs = 1
+}
+
 Pool {
   Name = Inc
   Pool Type = Backup