bacula: spooling
[mirror/dsa-puppet.git] / modules / bacula / templates / bacula-sd.conf.erb
index ee1dd1c..ccf27ce 100644 (file)
@@ -11,6 +11,7 @@ Storage {
   Pid Directory = "/var/run/bacula"
   Maximum Concurrent Jobs = 21
   SDAddress = <%= bacula_storage_address %>
+  Heartbeat Interval = 180
 }
 
 # List Directors who are permitted to contact Storage daemon
@@ -34,6 +35,9 @@ Device {
   RemovableMedia = no;
   AlwaysOpen = no;
   Maximum Network Buffer Size = 65536
+  Maximum Spool Size = 250G
+  Maximum Job Spool Size = 50G
+  Spool Directory = <%= bacula_backup_path %>/spool
 }
 
 # Send all messages to the Director,