]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove config variables from examples/devices fixes bug #1884
authorKern Sibbald <kern@sibbald.com>
Sat, 9 Jun 2012 10:08:53 +0000 (12:08 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:47 +0000 (14:50 +0200)
bacula/examples/devices/DDS4.conf
bacula/examples/devices/Exabyte.conf
bacula/examples/devices/HP-autoloader.conf
bacula/examples/devices/LTO-2.conf
bacula/examples/devices/LTO-3.conf
bacula/examples/devices/LTO-4.conf
bacula/examples/devices/OnStream.conf
bacula/examples/devices/two-drive-autoloader.conf

index 07a5157268a81d89bc83f64e84f4b20b9428cccc..b2d6577c31c8f1c98d14ccc678c725dd862afa12 100644 (file)
@@ -4,12 +4,12 @@
 Device {
   Name = DDS-4                        # 
   Media Type = DDS-4
-  Archive Device = @TAPEDRIVE@
+  Archive Device = /dev/nst0
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
-# Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
+# Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
 # Changer Device = /dev/sg0
 # AutoChanger = yes
   # Enable the Alert command only if you have the mtx package loaded
index bd8a8159ff290f9d3555ad9bada5376cad9a79f0..4a53ca110cb0d9df7c341433e9336223696755b5 100644 (file)
@@ -4,7 +4,7 @@
 Device {
   Name = "Exabyte 8mm"
   Media Type = "8mm"
-  Archive Device = @TAPEDRIVE@
+  Archive Device = /dev/nst0
   Hardware end of medium = No;
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = Yes;
index 79a9bb7292c88d94a8c8aa58de414271dcae028f..367e843bbfc7534ea8aae94e9a2f254538ae85f0 100644 (file)
@@ -7,7 +7,7 @@ Device {
   Media Type = DDS-4
   Archive Device = /dev/nst0
   Changer Device = /dev/sg0
-  Changer Command = "/home/kern/bacula/bin/mtx-changer %c %o %S %a"
+  Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a"
   AutoChanger = yes
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes;
index c956b0e20e3cc849b23bba34d026f64bf76685f2..d28e66cf703997fdbb164dbcf06402476b97cce5 100644 (file)
@@ -4,13 +4,13 @@
 Device {
   Name = LTO-2
   Media Type = LTO-2
-  Archive Device = @TAPEDRIVE@
+  Archive Device = /dev/nst0
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
   Maximum File Size = 3GB
-# Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
+# Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
 # Changer Device = /dev/sg0
 # AutoChanger = yes
   # Enable the Alert command only if you have the mtx package loaded
index 3fa8f83e8d044fbbbece731ae073d1130e794124..6c68b21c1951cdcee519485124686d0a991e85c8 100644 (file)
@@ -4,13 +4,13 @@
 Device {
   Name = LTO-3
   Media Type = LTO-3
-  Archive Device = @TAPEDRIVE@
+  Archive Device = /dev/nst0
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
   Maximum File Size = 4GB
-# Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
+# Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
 # Changer Device = /dev/sg0
 # AutoChanger = yes
   # Enable the Alert command only if you have the mtx package loaded
index 1b921e5fd67800dc7dc99bceb50cc0c87cb7034a..28260ebbdf1f50515e9ff1ac5da033c45d4765e2 100644 (file)
@@ -4,13 +4,13 @@
 Device {
   Name = LTO-4
   Media Type = LTO-4
-  Archive Device = @TAPEDRIVE@
+  Archive Device = /dev/nst0
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
   Maximum File Size = 5GB
-# Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
+# Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
 # Changer Device = /dev/sg0
 # AutoChanger = yes
   # Enable the Alert command only if you have the mtx package loaded
index 48ba3b4e3052f5ada3040f7073c3d44c9cf947a5..be2252336a4be7321691a8ea4bfbb68f6bac82a1 100644 (file)
@@ -7,7 +7,7 @@ Device {
   Name = OnStream
   Description = "OnStream drive on Linux"
   Media Type = OnStream
-  Archive Device = @TAPEDRIVE@
+  Archive Device = /dev/nst0
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes
   Offline On Unmount = no
index 395531e8c353f84e8d8704f976e95f487f841f84..2358b7f73946bc08c3f84d93a81f4a5ad60d7ac0 100644 (file)
@@ -5,7 +5,7 @@ Autochanger {
   Name = Autochanger
   Device = Drive-1
   Device = Drive-2
-  Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
+  Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
   Changer Device = /dev/sg0
 }