]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/win32-bacula-dir-tape.conf.in
Extend idea of Prefer Mounted Volumes to mean a volume about
[bacula/bacula] / regress / scripts / win32-bacula-dir-tape.conf.in
index 5c2af4f967f92aecf697c323bf43446f79773c15..2c66779a1516f450d4d4989f5e103bc897d3be5b 100644 (file)
@@ -5,7 +5,7 @@
 #   file or directory names in the Include directive of the
 #   FileSet resource.
 #
-#  For Bacula release 1.33
+#  For Bacula release 1.39.23
 #
 #  You might also want to change the default email address
 #   from root to your address.  See the "mail" and "operator"
@@ -13,7 +13,7 @@
 #
 
 Director {                            # define myself
-  Name = rufus-dir
+  Name = localhost-dir
   DIRport = 8101                # where we listen for UA connections
   QueryFile = "@scriptdir@/query.sql"
   WorkingDirectory = "@working_dir@"
@@ -118,7 +118,7 @@ Storage {
 # Generic catalog service
 Catalog {
   Name = MyCatalog
-  dbname = bacula; user = bacula; password = ""
+  dbname = regress; user = regress; password = ""
 }
 
 # Reasonable message delivery -- send most everything to email address
@@ -156,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
 }