Advertisement
Guest User

Untitled

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