# # Default Bacula File Daemon Configuration file # # For Bacula release 2.1.30 (08 August 2007) -- darwin 8.0.1 # # 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 = darwintel-dir Password = "o0Yt9m0eIRZbDm+gNlphzBXgIZgmK/9awCwkJ+6JBFhR" } # # Restricted Director, used by tray-monitor to get the # status of the file daemon # Director { Name = darwintel-mon Password = "tbnsupCzmS+7+dyhwlOJtNMkjbIreegCaoDTHnQR7tAZ" Monitor = yes } # # "Global" File daemon configuration specifications # FileDaemon { # this is me Name = darwintel-fd FDport = 9102 # where we listen for the director WorkingDirectory = /var/bacula/working Pid Directory = /var/run Maximum Concurrent Jobs = 20 } # Send all messages except skipped files back to Director Messages { Name = Standard director = darwintel-dir = all, !skipped, !restored }