]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/bacula-fd.conf.in
Fix typo in buffer sizes off by factor of 10
[bacula/bacula] / bacula / src / filed / bacula-fd.conf.in
index cb23806638929d39c472f470cc0bf4cd74f6fe3b..36f1061b5d38c0301de9cf5533e3309e0df337ee 100644 (file)
@@ -11,7 +11,7 @@
 # List Directors who are permitted to contact this File daemon
 #
 Director {
-  Name = @hostname@-dir
+  Name = @basename@-dir
   Password = "@fd_password@"
 }
 
@@ -20,7 +20,7 @@ Director {
 #   status of the file daemon
 #
 Director {
-  Name = @hostname@-mon
+  Name = @basename@-mon
   Password = "@mon_fd_password@"
   Monitor = yes
 }
@@ -29,15 +29,15 @@ Director {
 # "Global" File daemon configuration specifications
 #
 FileDaemon {                          # this is me
-  Name = @hostname@-fd
+  Name = @basename@-fd
   FDport = @fd_port@                  # where we listen for the director
   WorkingDirectory = @working_dir@
   Pid Directory = @piddir@
-  Maximum Concurrent Jobs = 1
+  Maximum Concurrent Jobs = 20
 }
 
 # Send all messages except skipped files back to Director
 Messages {
   Name = Standard
-  director = @hostname@-dir = all, !skipped
+  director = @basename@-dir = all, !skipped, !restored
 }