# # Default Bareos File Daemon Configuration file # # 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 = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc" } # # "Global" File daemon configuration specifications # FileDaemon { # this is me Name = @hostname@-fd FDPort = @fdport@ # where we listen for the director WorkingDirectory = "@working_dir@" Pid Directory = "@piddir@" Plugin Directory = "@plugindirtmp@" Maximum Concurrent Jobs = 100 } # Send all messages except skipped files back to Director Messages { Name = Standard director = @hostname@-dir = all, !terminate, !restored, !audit }