]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-sd-tape.conf.in
Big backport from Enterprise
[bacula/bacula] / regress / scripts / bacula-sd-tape.conf.in
index 62934b92c2958e8509c85af1e80ba27b5be8e9fb..fce5ca3349d8e62a5709c95725b217ec268e8d7b 100644 (file)
@@ -41,6 +41,8 @@ Device {
   AlwaysOpen = yes;
   RemovableMedia = yes;
   @@sbindir@/tape_options
+  Control Device = /dev/sg1
+  Alert Command = "@scriptdir@/tapealert %l"
 # Maximum File Size = 1000000
 # MaximumVolumeSize = 400M
 }
@@ -54,3 +56,14 @@ Messages {
   director = @hostname@-dir = all, !terminate
   append = "@working_dir@/log1.sd" = all
 }
+
+Cloud {
+  Name = DummyCloud
+  Driver = "File"
+  HostName = "@tmpdir@/cloud"
+  BucketName = "DummyBucket"
+  AccessKey = "DummyAccessKey"
+  SecretKey = "DummySecretKey"
+  Protocol = HTTPS
+  UriStyle = VirtualHost
+}