# # 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@" PKI Signatures = Yes PKI Encryption = Yes PKI Keypair = "@confdir@/cryptokeypair.pem" PKI Master Key = "@confdir@/master2048.cert" } # Send all messages except skipped files back to Director Messages { Name = Standard director = @hostname@-dir = all, !terminate, !restored, !audit }