X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fscripts%2Fbacula-sd-tape.conf.in;h=62934b92c2958e8509c85af1e80ba27b5be8e9fb;hb=e029b707a406b10ced931e11ef024650fc9c378d;hp=dc83d01ce2940ba2369ea8951f2edc336072288e;hpb=bbb40c16f7514f994077e3540b1585936455976a;p=bacula%2Fbacula diff --git a/regress/scripts/bacula-sd-tape.conf.in b/regress/scripts/bacula-sd-tape.conf.in index dc83d01ce2..62934b92c2 100644 --- a/regress/scripts/bacula-sd-tape.conf.in +++ b/regress/scripts/bacula-sd-tape.conf.in @@ -1,7 +1,7 @@ # # Default Bacula Storage Daemon Configuration file # -# For Bacula release 1.30 (12 April 2003) -- redhat 7.3 +# For Bacula release 1.33 # # You may need to change the name of your tape drive # on the "Archive Device" directive in the Device @@ -12,10 +12,11 @@ Storage { # definition of myself Name = @hostname@-sd - SDPort = 8103 # Director's port + SDPort = @sdport@ # Director's port WorkingDirectory = "@working_dir@" Pid Directory = "@piddir@" Subsys Directory = "@subsysdir@" + Maximum Concurrent Jobs = 100 } # @@ -33,15 +34,15 @@ Director { # Device { - Name = DDS-4 # - Media Type = DDS-4 - Changer Device = /dev/sg0 - Changer Command ="@scriptdir@/mtx-changer %c %o %S %a" + Name = tape # + Media Type = tape Archive Device = @tape_drive@ AutomaticMount = yes; # when device opened, read it AlwaysOpen = yes; RemovableMedia = yes; + @@sbindir@/tape_options # Maximum File Size = 1000000 +# MaximumVolumeSize = 400M } # @@ -50,5 +51,6 @@ Device { # Messages { Name = Standard - director = @hostname@-dir = all + director = @hostname@-dir = all, !terminate + append = "@working_dir@/log1.sd" = all }