]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bacula-sd.conf.in
- Fix seg fault in AlertCommand
[bacula/bacula] / bacula / src / stored / bacula-sd.conf.in
index 3cb2fcf5138acb90ca8863a3e3cde702222fa269..1ad91aed555d0f388d4d4db14bfa30728fe30910 100644 (file)
@@ -15,6 +15,7 @@ Storage {                             # definition of myself
   SDPort = @sd_port@                  # Director's port      
   WorkingDirectory = "@working_dir@"
   Pid Directory = "@piddir@"
+  Maximum Concurrent Jobs = 1
 }
 
 #
@@ -25,6 +26,16 @@ Director {
   Password = "@sd_password@"
 }
 
+#
+# Restricted Director, used by tray-monitor to get the
+#   status of the storage daemon
+#
+Director {
+  Name = @hostname@-mon
+  Password = "@mon_sd_password@"
+  Monitor = yes
+}
+
 #
 # Devices supported by this Storage daemon
 # To connect, the Director's bacula-dir.conf must have the
@@ -53,6 +64,10 @@ Device {
 #  AlwaysOpen = yes;
 #  RemovableMedia = yes;
 #  RandomAccess = no;
+## Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
+## Changer Device = /dev/sg0
+## AutoChanger = yes
+## Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
 #}
 
 #
@@ -87,8 +102,8 @@ Device {
 #  AlwaysOpen = yes
 #  Offline On Unmount = no
 ## The min/max blocksizes of 32768 are *required*
-#  Minimum Block Size = 32768                             
-#  Maximum Block Size = 32768
+#  Minimum Block Size = 32768
+#  Maximum Block Size = 32768
 #}