]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bacula-sd.conf.in
Small tweaks to locking code no substantial change
[bacula/bacula] / bacula / src / stored / bacula-sd.conf.in
index 6b4cec289a37e199ce1e688dcbaa4da883a2f909..7537cff90ad0f3b6c3623309eed2d395a0542846 100644 (file)
@@ -11,7 +11,7 @@
 #
 
 Storage {                             # definition of myself
-  Name = @hostname@-sd
+  Name = @basename@-sd
   SDPort = @sd_port@                  # Director's port      
   WorkingDirectory = "@working_dir@"
   Pid Directory = "@piddir@"
@@ -22,7 +22,7 @@ Storage {                             # definition of myself
 # List Directors who are permitted to contact Storage daemon
 #
 Director {
-  Name = @hostname@-dir
+  Name = @basename@-dir
   Password = "@sd_password@"
 }
 
@@ -31,11 +31,18 @@ Director {
 #   status of the storage daemon
 #
 Director {
-  Name = @hostname@-mon
+  Name = @basename@-mon
   Password = "@mon_sd_password@"
   Monitor = yes
 }
 
+#
+# Note, for a list of additional Device templates please
+#  see the directory <bacula-source>/examples/devices
+# Or follow the following link:
+#  http://bacula.svn.sourceforge.net/viewvc/bacula/trunk/bacula/examples/devices/
+#
+
 #
 # Devices supported by this Storage daemon
 # To connect, the Director's bacula-dir.conf must have the
@@ -45,7 +52,7 @@ Director {
 Device {
   Name = FileStorage
   Media Type = File
-  Archive Device = /tmp
+  Archive Device = @archivedir@
   LabelMedia = yes;                   # lets Bacula label unlabeled media
   Random Access = Yes;
   AutomaticMount = yes;               # when device opened, read it
@@ -60,7 +67,7 @@ Device {
 #  Name = Autochanger
 #  Device = Drive-1
 #  Device = Drive-2
-#  Changer Command = "/home/kern/bacula/bin/mtx-changer %c %o %S %a %d"
+#  Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
 #  Changer Device = /dev/sg0
 #}
 
@@ -74,7 +81,16 @@ Device {
 #  RemovableMedia = yes;
 #  RandomAccess = no;
 #  AutoChanger = yes
+#  #
+#  # Enable the Alert command only if you have the mtx package loaded
+#  # Note, apparently on some systems, tapeinfo resets the SCSI controller
+#  #  thus if you turn this on, make sure it does not reset your SCSI 
+#  #  controller.  I have never had any problems, and smartctl does
+#  #  not seem to cause such problems.
+#  #
 #  Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
+#  If you have smartctl, enable this, it has more info than tapeinfo 
+#  Alert Command = "sh -c 'smartctl -H -l error %c'"  
 #}
 
 #Device {
@@ -87,112 +103,96 @@ Device {
 #  RemovableMedia = yes;
 #  RandomAccess = no;
 #  AutoChanger = yes
+#  # Enable the Alert command only if you have the mtx package loaded
 #  Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
+#  If you have smartctl, enable this, it has more info than tapeinfo 
+#  Alert Command = "sh -c 'smartctl -H -l error %c'"  
 #}
 
 #
-# A Linux or Solaris tape drive
+# A Linux or Solaris LTO-2 tape drive
 #
 #Device {
-#  Name = DDS-4                        # 
-#  Media Type = DDS-4
+#  Name = LTO-2
+#  Media Type = LTO-2
 #  Archive Device = @TAPEDRIVE@
 #  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 Device = /dev/sg0
 ## AutoChanger = yes
+#  # Enable the Alert command only if you have the mtx package loaded
 ## Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
+## If you have smartctl, enable this, it has more info than tapeinfo 
+## Alert Command = "sh -c 'smartctl -H -l error %c'"  
 #}
 
 #
-# A FreeBSD tape drive
-#
-#Device {
-#  Name = DDS-4 
-#  Description = "DDS-4 for FreeBSD"
-#  Media Type = DDS-4
-#  Archive Device = /dev/nsa1
-#  AutomaticMount = yes;               # when device opened, read it
-#  AlwaysOpen = yes
-#  Offline On Unmount = no
-#  Hardware End of Medium = no
-#  BSF at EOM = yes
-#  Backward Space Record = no
-#  Fast Forward Space File = no
-#  TWO EOF = yes
-#}
-
-#
-# A OnStream tape drive. 
-# You need the kernel osst driver 0.9.14 or later, and
-#   do "mt -f /dev/nosst0 defblksize 32768" once as root.
+# A Linux or Solaris LTO-3 tape drive
 #
 #Device {
-#  Name = OnStream
-#  Description = "OnStream drive on Linux"
-#  Media Type = OnStream
+#  Name = LTO-3
+#  Media Type = LTO-3
 #  Archive Device = @TAPEDRIVE@
 #  AutomaticMount = yes;               # when device opened, read it
-#  AlwaysOpen = yes
-#  Offline On Unmount = no
-## The min/max blocksizes of 32768 are *required*
-#  Minimum Block Size = 32768
-#  Maximum Block Size = 32768
-#}
-#
-# A DVD device
-#
-#Device {
-#  Name = "DVD-WRITER"
-#  Media Type = DVD
-#  Archive Device = /dev/hdc
-#  LabelMedia = yes;                   # lets Bacula label unlabeled media
-#  Random Access = Yes;
-#  AutomaticMount = yes;               # when device opened, read it
+#  AlwaysOpen = yes;
 #  RemovableMedia = yes;
-#  AlwaysOpen = no;
-#  MaximumPartSize = 800M;
-#  RequiresMount = yes;
-#  MountPoint = /mnt/cdrom;
-#  MountCommand = "/bin/mount -t iso9660 -o ro %a %m";
-#  UnmountCommand = "/bin/umount %m";
-#  SpoolDirectory = /tmp/backup;
-#  WritePartCommand = "/etc/bacula/dvd-writepart %e %a %v"
-#  FreeSpaceCommand = "/etc/bacula/dvd-freespace %a %e"
+#  RandomAccess = no;
+#  Maximum File Size = 4GB
+## Changer Command = "@scriptdir@/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
+## Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
+## If you have smartctl, enable this, it has more info than tapeinfo 
+## Alert Command = "sh -c 'smartctl -H -l error %c'"  
 #}
 
 #
-# For OpenBSD OS >= 3.6
+# A Linux or Solaris LTO-4 tape drive
 #
 #Device {
-#  Name = DDS-3
-#  Media Type = DDS-3
-#  Archive Device = /dev/nrst0
-#  Use MTIOCGET= no
-#  BSF at EOM = yes
-#  TWO EOF = no
-#  AutomaticMount = yes;
+#  Name = LTO-4
+#  Media Type = LTO-4
+#  Archive Device = @TAPEDRIVE@
+#  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 Device = /dev/sg0
+## AutoChanger = yes
+#  # Enable the Alert command only if you have the mtx package loaded
+## Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
+## If you have smartctl, enable this, it has more info than tapeinfo 
+## Alert Command = "sh -c 'smartctl -H -l error %c'"  
 #}
 
+
+
+
 #
-# A very old Exabyte with no end of media detection
+# A FreeBSD tape drive
 #
 #Device {
-#  Name = "Exabyte 8mm"
-#  Media Type = "8mm"
-#  Archive Device = @TAPEDRIVE@
-#  Hardware end of medium = No;
+#  Name = DDS-4 
+#  Description = "DDS-4 for FreeBSD"
+#  Media Type = DDS-4
+#  Archive Device = /dev/nsa1
 #  AutomaticMount = yes;               # when device opened, read it
-#  AlwaysOpen = Yes;
-#  RemovableMedia = yes;
-#  RandomAccess = no;
+#  AlwaysOpen = yes
+#  Offline On Unmount = no
+#  Hardware End of Medium = no
+#  BSF at EOM = yes
+#  Backward Space Record = no
+#  Fast Forward Space File = no
+#  TWO EOF = yes
+#  If you have smartctl, enable this, it has more info than tapeinfo 
+#  Alert Command = "sh -c 'smartctl -H -l error %c'"  
 #}
 
 # 
@@ -201,5 +201,5 @@ Device {
 #
 Messages {
   Name = Standard
-  director = @hostname@-dir = all
+  director = @basename@-dir = all
 }