# # Default Bacula File Daemon Configuration file # # For Bacula release 5.0.3 (04 August 2010) -- slackware Slackware 10.0.0 # # There is not much to change here except perhaps the # File daemon Name to # # # List Directors who are permitted to contact this File daemon # Director { Name = monster-dir Password = "ZE6+VCGbHFuzqyB8PUBi6C66vP7b+fdHXYlwe2hSHrZi" } # # Restricted Director, used by tray-monitor to get the # status of the file daemon # Director { Name = monster-mon Password = "hksJbppkqPtvUGCeu4d1FlO2yfIdmZQtU0t4W9h/Kqok" Monitor = yes } # # "Global" File daemon configuration specifications # FileDaemon { # this is me Name = monster-fd FDport = 9102 # where we listen for the director WorkingDirectory = /home/system/bacula/working Pid Directory = /var/run Maximum Concurrent Jobs = 20 } # Send all messages except skipped files back to Director Messages { Name = Standard director = monster-dir = all, !skipped, !restored }