]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-sd-2disk.conf.in
Big backport from Enterprise
[bacula/bacula] / regress / scripts / bacula-sd-2disk.conf.in
index 7f8f33e9fb1b896aa65db3739dda1d2d367b4154..82b50c724d750bbac256fc1c9e214326f6690ca1 100644 (file)
@@ -33,8 +33,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
 }
 
@@ -42,7 +42,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
@@ -55,7 +55,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
@@ -118,3 +118,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
+}
+