# # Default Bacula File Daemon Configuration file # # For Bacula release 1.33 # # 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 = 8102 # where we listen for the director WorkingDirectory = "@working_dir@" Pid Directory = "@piddir@" SubSys Directory = "@subsysdir@" } # Send all messages except skipped files back to Director Messages { Name = Standard director = @hostname@-dir = all, !terminate }