]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/win32-bacula-sd-tape.conf.in
Tweak
[bacula/bacula] / regress / scripts / win32-bacula-sd-tape.conf.in
index 638b402cd8a9e219870d1fa22ac161d95a985569..759b65c7990d74a30fc622ba2e0b2c07a223921a 100644 (file)
@@ -11,7 +11,7 @@
 #
 
 Storage {                             # definition of myself
-  Name = localhost-sd
+  Name = @hostname@-sd
   SDPort = 8103                  # Director's port      
   WorkingDirectory = "/home/kern/bacula/regress/working"
   Pid Directory = "/home/kern/bacula/regress/working"
@@ -22,7 +22,7 @@ Storage {                             # definition of myself
 # List Directors who are permitted to contact Storage daemon
 #
 Director {
-  Name = localhost-dir
+  Name = @hostname@-dir
   Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
 }
 
@@ -35,11 +35,11 @@ Director {
 Device {
   Name = DDS-4                     # 
   Media Type = DDS-4
-  Archive Device = /dev/nst0
+  Archive Device = @tape_drive@
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes;
   RemovableMedia = yes;
-  @/home/kern/bacula/regress/bin/tape_options
+  @@sbindir@/tape_options
 # Maximum File Size = 1000000
 # MaximumVolumeSize = 100M
 }