# # Default Bacula File Daemon Configuration file # # For Bacula release 2.0.3 (06 March 2007) -- unknown unknown # # 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 = gcc3-dir Password = "bac12pass" } # # Restricted Director, used by tray-monitor to get the # status of the file daemon # Director { Name = gcc3-mon Password = "5g9a/ZuVV9FifRQo5JydWLf5ywOIY/e0tjjOstZr5F8d" Monitor = yes } # # "Global" File daemon configuration specifications # FileDaemon { # this is me Name = gcc3-fd FDport = 9102 # where we listen for the director WorkingDirectory = /data/bcsrv Pid Directory = /var/run Maximum Concurrent Jobs = 20 } # Send all messages except skipped files back to Director Messages { Name = Standard Director = gcc3-dir = all, !skipped, !restored }