# # Default Bacula File Daemon Configuration file # # For Bacula release 2.0 # # 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" TLS Authenticate = yes TLS Require = no TLS Certificate = "@scriptdir@/tls-cert.pem" TLS Key = "@scriptdir@/tls-cert.pem" TLS CA Certificate File = "@scriptdir@/tls-CA.pem" } # # "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@" SubSys Directory = "@subsysdir@" TLS Authenticate = yes TLS Require = no TLS Certificate = "@scriptdir@/tls-cert.pem" TLS Key = "@scriptdir@/tls-cert.pem" TLS CA Certificate File = "@scriptdir@/tls-CA.pem" } # Send all messages except skipped files back to Director Messages { Name = Standard director = @hostname@-dir = all, !terminate, !restored }