]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-sd-2disk.conf.in
regress: Add get_traces and truncate_traces to regress-win32.pl
[bacula/bacula] / regress / scripts / bacula-sd-2disk.conf.in
index 95376203c3cec94c32fc23617409123e0199aee5..7f8f33e9fb1b896aa65db3739dda1d2d367b4154 100644 (file)
@@ -32,7 +32,7 @@ Director {
 #  same Name and MediaType. 
 #
 Autochanger {
-  Name = DDS-4
+  Name = tape
   Changer Device = @disk_drive@/conf
   Changer Command ="@scriptdir@/disk-changer %c %o %S %a %d"
   Device = Drive-0, Drive-1
@@ -41,7 +41,7 @@ Autochanger {
 Device {
   Name = Drive-0                   # 
   Device Type = File
-  Media Type = DDS-4
+  Media Type = tape
   Archive Device = @disk_drive@/drive0
   AutomaticMount = yes;               # when device opened, read it
   Autochanger = yes
@@ -54,8 +54,8 @@ Device {
 Device {
   Name = Drive-1                   # 
   Device Type = File
-  Media Type = DDS-4
-  Archive Device = @disk_drive@/drive0
+  Media Type = tape
+  Archive Device = @disk_drive@/drive1
   AutomaticMount = yes;               # when device opened, read it
   Autochanger = yes
   Drive Index = 1
@@ -100,7 +100,7 @@ Device {
 
 Device {
   Name = FileStorage
-  Media Type = FileMedia
+  mediatype = FileMedia
   Archive Device = @tmpdir@
   LabelMedia = yes;                   # lets Bacula label unlabeled media
   Random Access = Yes;