]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-sd-2tape.conf.in
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / scripts / bacula-sd-2tape.conf.in
index 94f641a40b644438c29d3170660452d4af7661f9..895b104f99e0992b97eb5cecc666d944d2ce55b3 100644 (file)
@@ -59,3 +59,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
+}
+