# # Default Bacula File Daemon Configuration file # # For Bacula release 2.1.29 (31 July 2007) -- suse 10.2 # # 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 = "client-pw" } # # "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@ Maximum Concurrent Jobs = 20 } # Send all messages except skipped files back to Director Messages { Name = Standard director = @hostname@-dir = all, !skipped, !restored }