# # @client-name@ : Bacula File Daemon configuration # # # Directors who are permitted to contact this File daemon # Director { Name = @dir-name@ Password = "@dir-password@" } # # "Global" File daemon configuration specifications # FileDaemon { Name = @client-name@ FDport = 9102 # where we listen for the director WorkingDirectory = /var/db/bacula Pid Directory = /var/run } # Send all messages except skipped files back to Director Messages { Name = Standard director = @dir-name@ = all, !skipped }