man_in_the_hill

bacula-fd.conf_windows_xp

Aug 29th, 2011
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. #
  2. # Default Bacula File Daemon Configuration file
  3. #
  4. # For Bacula release 5.0.3 (08/05/10) -- Windows MinGW32
  5. #
  6. # There is not much to change here except perhaps the
  7. # File daemon Name
  8. #
  9.  
  10. #
  11. # "Global" File daemon configuration specifications
  12. #
  13. FileDaemon { # this is me
  14. Name = vm-lespointus-fd
  15. FDport = 9102 # where we listen for the director
  16. WorkingDirectory = "C:\\Program Files\\Bacula\\working"
  17. Pid Directory = "C:\\Program Files\\Bacula\\working"
  18. # Plugin Directory = "C:\\Program Files\\Bacula\\plugins"
  19. Maximum Concurrent Jobs = 10
  20. }
  21.  
  22. #
  23. # List Directors who are permitted to contact this File daemon
  24. #
  25. Director {
  26. Name = proxmox-lespointus-dir
  27. Password = "WnCVInCo+c6ICffR8rU5EUeyPVNZ53GXwUqpM757Mn6l"
  28. }
  29.  
  30. #
  31. # Restricted Director, used by tray-monitor to get the
  32. # status of the file daemon
  33. #
  34. Director {
  35. Name = vm-lespointus-mon
  36. Password = "U5h11BIkLpVSDPoXq8keJJT4gKqJ9tePbhKZUCuWfaI4"
  37. Monitor = yes
  38. }
  39.  
  40. # Send all messages except skipped files back to Director
  41. Messages {
  42. Name = Standard
  43. director = proxmox-lespointus-dir = all, !skipped, !restored
  44. }
Advertisement
Add Comment
Please, Sign In to add comment