]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/win32-bacula-dir-tape.conf.in
Remove AcceptAnyVolume
[bacula/bacula] / regress / scripts / win32-bacula-dir-tape.conf.in
index 4f84e181903584ec7cfa8c29e0be1fc0ce357e42..bc3162b0c82b574f07c2d21f37363e694dd7598f 100644 (file)
@@ -89,6 +89,19 @@ Client {
   Maximum Concurrent Jobs = 4
 }
 
+Client {
+  Name = localhost-fd
+  Address = localhost
+  FDPort = 8102
+  Catalog = MyCatalog
+  Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"
+  File Retention = 30d                # 30 days
+  Job Retention = 180d                # six months
+  AutoPrune = yes                     # Prune expired Jobs/Files
+  Maximum Concurrent Jobs = 4
+}
+
+
 # Definition of DDS tape storage device
 Storage {
   Name = DDS-4
@@ -143,5 +156,4 @@ Pool {
   Recycle = yes                       # Bacula can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
-  Accept Any Volume = yes             # write on any volume in the pool
 }