# # Default Bacula File Daemon Configuration file # # For Bacula release 3.0.2 (07/19/09) -- Windows MVS # # There is not much to change here except perhaps the # File daemon Name # # # "Global" File daemon configuration specifications # FileDaemon { # this is me Name = win-xp1-fd FDport = 9102 # where we listen for the director WorkingDirectory = "C:\\Documents and Settings\\All Users\\Application Data\\Bacula\\Work" Pid Directory = "C:\\Documents and Settings\\All Users\\Application Data\\Bacula\\Work" #Plugin Directory = "C:\\Program Files\\Bacula\\bin\\fdplugins" Maximum Concurrent Jobs = 5 } # # List Directors who are permitted to contact this File daemon # Director { Name = "localhost" Password = "backup" } # # Restricted Director, used by tray-monitor to get the # status of the file daemon # Director { Name = win-xp1-mon Password = "uy7eDrygCXNvXuez9Nt7TQN0+Uj4s9YKSumZt3IPphFL" Monitor = yes } # Send all messages except skipped files back to Director Messages { Name = Standard director = director = all, !skipped, !restored }