# # Default Bacula File Daemon Configuration file # # For Bacula release 5.0.0 (26 January 2010) -- redhat (Final) # # There is not much to change here except perhaps the # File daemon Name to # # # Updates and annotation by K. M. Peterson # http://kmpeterson.com/special/bblisa-bacula # # # List Directors who are permitted to contact this File daemon # Director { Name = bacula-dir # match Name directive in Director "Director" configuration Password = "bAcUlAfDpAsSwOrDx" # match password in Client directive of Director configuration ("x") } # # Restricted Director, used by tray-monitor to get the # status of the file daemon # Director { Name = bacula-mon Password = "BaCuLaMoNsDpAsSwOrD" Monitor = yes } # # "Global" File daemon configuration specifications # FileDaemon { # this is me Name = bacula-fd # this is the actual name of the FD FDport = 9102 # where we listen for the director WorkingDirectory = /var/spool/bacula Pid Directory = /var/run Maximum Concurrent Jobs = 20 } # Send all messages except skipped files back to Director Messages { Name = Standard director = bacula-dir = all, !skipped, !restored }