]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-sd-2disk-drive.conf.in
Big backport from Enterprise
[bacula/bacula] / regress / scripts / bacula-sd-2disk-drive.conf.in
index fdc3ce523fd401827e2ea2c4158d61c022732172..1984da8ceb4b505041eb53d78b18d1ec68643c76 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Default Bacula Storage Daemon Configuration file
 #
-#  For Bacula release 1.39
+#  For Bacula release 8.7.0
 #
 # You may need to change the name of your tape drive
 #   on the "Archive Device" directive in the Device
@@ -34,8 +34,8 @@ Director {
 #
 Autochanger {
   Name = tape
-  Changer Device = @disk_drive@/conf
-  Changer Command ="@scriptdir@/disk-changer %c %o %S %a %d"
+  Changer Device = /dev/null
+  Changer Command =""
   Device = Drive-0, Drive-1
 }
 
@@ -43,7 +43,7 @@ Device {
   Name = Drive-0
   Device Type = File
   Media Type = tape
-  Archive Device = @disk_drive@/drive0
+  Archive Device = @tmpdir@
   AutomaticMount = yes;               # when device opened, read it
   Autochanger = yes
   Drive Index = 0
@@ -56,7 +56,7 @@ Device {
   Name = Drive-1
   Device Type = File
   Media Type = tape
-  Archive Device = @disk_drive@/drive1
+  Archive Device = @tmpdir@
   AutomaticMount = yes;               # when device opened, read it
   Autochanger = yes
   Drive Index = 1
@@ -185,3 +185,15 @@ Messages {
   Name = Standard
   director = @hostname@-dir = all, !terminate
 }
+
+Cloud {
+  Name = DummyCloud
+  Driver = "File"
+  HostName = "@tmpdir@/cloud"
+  BucketName = "DummyBucket"
+  AccessKey = "DummyAccessKey"
+  SecretKey = "DummySecretKey"
+  Protocol = HTTPS
+  UriStyle = VirtualHost
+}
+