# # Default Bacula File Daemon Configuration file # # For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ @DISTVER@ # # 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 = @hostname@-dir Password = "@fd_password@" } # # Restricted Director, used by tray-monitor to get the # status of the file daemon # Director { Name = @hostname@-mon Password = "@mon_fd_password@" Monitor = yes } # # "Global" File daemon configuration specifications # FileDaemon { # this is me Name = @hostname@-fd FDport = @fd_port@ # where we listen for the director WorkingDirectory = @working_dir@ Pid Directory = @piddir@ Maximum Concurrent Jobs = 1 } # Send all messages except skipped files back to Director Messages { Name = Standard director = @hostname@-dir = all, !skipped }