]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-dir-tape.conf.in
Exit if zombie jobs or log errors
[bacula/bacula] / regress / scripts / bacula-dir-tape.conf.in
index c40556c8f02ab7a94e7f62f078960142adf37b35..34c7bdcfb3c84d3dd0190a8118a90ece53cff735 100644 (file)
@@ -158,6 +158,19 @@ Storage {
 }
 
 
+# Definition of File storage device
+Storage {
+  Name = File
+  Address = @hostname@                # N.B. Use a fully qualified name here
+  SDPort = 8103
+  Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"          # password for Storage daemon
+  Device = FileStorage                # must be same as Device in Storage daemon
+  Media Type = FileMedia              # must be same as MediaType in Storage daemon
+  Maximum Concurrent Jobs = 4
+}
+
+
+
 # Generic catalog service
 Catalog {
   Name = MyCatalog
@@ -223,4 +236,5 @@ Pool {
   Recycle = yes                       # Bacula can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
+  Recycle Pool = Scratch              # recycle back here
 }