]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/win32-bacula-sd-tape.conf.in
Tweak git2changelog script
[bacula/bacula] / regress / scripts / win32-bacula-sd-tape.conf.in
index 638b402cd8a9e219870d1fa22ac161d95a985569..ac8d8dedd94749fa53a10224add0e311103cbdf0 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"
 }
 
@@ -33,13 +33,13 @@ Director {
 #
 
 Device {
-  Name = DDS-4                     # 
-  Media Type = DDS-4
-  Archive Device = /dev/nst0
+  Name = tape                     # 
+  Media Type = tape
+  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
 }