]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-sd-2drive.conf.in
update configure
[bacula/bacula] / regress / scripts / bacula-sd-2drive.conf.in
index 6b569274680b29b29f21468a31306b66a7b0c82c..b602e35be38df34f8b6af0038f851e49ef38e08c 100644 (file)
@@ -12,7 +12,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@"
@@ -32,15 +32,15 @@ Director {
 #  same Name and MediaType. 
 #
 Autochanger {
-  Name = DDS-4
+  Name = tape
   Changer Device = @autochanger@
-  Changer Command ="@scriptdir@/mtx-changer %c %o %S %a"
+  Changer Command ="@scriptdir@/@changer_script@ %c %o %S %a %d"
   Device = Drive-0, Drive-1
 }
 
 Device {
   Name = Drive-0
-  Media Type = DDS-4
+  Media Type = tape
   Archive Device = @tape_drive@
   AutomaticMount = yes;               # when device opened, read it
   Autochanger = yes
@@ -53,11 +53,11 @@ Device {
 
 Device {
   Name = Drive-1
-  Media Type = DDS-4
+  Media Type = tape
   Archive Device = @tape_drive1@
   AutomaticMount = yes;               # when device opened, read it
   Autochanger = yes
-  Drive Index = 0
+  Drive Index = 1
   AlwaysOpen = yes;
   RemovableMedia = yes;
   @@sbindir@/tape_options