# # Default Bacula File Daemon Configuration file # # For Bacula release 5.2.2 (26 November 2011) -- 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 = vm-213-dev-eis2-dir Password = "FbRgAPfAHc6TepDJf4eI4QYFq++1oZRzmphVMuExfInS" } # # Restricted Director, used by tray-monitor to get the # status of the file daemon # Director { Name = vm-213-dev-eis2-mon Password = "9YByRg5wE/sxIyLkZvMxvYQjhhu/xkEDlYNsQiNQYBGv" Monitor = yes } # # "Global" File daemon configuration specifications # FileDaemon { # this is me Name = vm-213-dev-eis2-fd FDport = 9102 # where we listen for the director WorkingDirectory = /data/bcclient Pid Directory = /var/run Maximum Concurrent Jobs = 20 } # Send all messages except skipped files back to Director Messages { Name = Standard director = vm-213-dev-eis2-dir = all, !skipped, !restored }