]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-sd-2d.conf.in
update configure
[bacula/bacula] / regress / scripts / bacula-sd-2d.conf.in
index 6832830ee6360f1580b0b80d58e912b82bdd883c..a6f23b70c5f105c3f350725b9f8e4ed0e3ac33fe 100644 (file)
@@ -9,7 +9,7 @@
 
 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@"
@@ -29,15 +29,15 @@ Director {
 #  same Name and MediaType. 
 #
 Autochanger {
-  Name = DDS-4
+  Name = tape
   Changer Device = @autochanger@
-  Changer Command ="@scriptdir@/mtx-changer %c %o %S %a %d"
+  Changer Command ="@scriptdir@/@changer_script@ %c %o %S %a %d"
   Device = Drive-0         
 }
 
 Device {
   Name = Drive-0
-  Media Type = DDS-4
+  Media Type = tape
   Archive Device = @tape_drive@
   AutomaticMount = yes;               # when device opened, read it
   Autochanger = yes