bacula-fd.conf 995 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #
  2. # Default Bacula File Daemon Configuration file
  3. #
  4. # For Bacula release 5.2.5 (26 January 2012) -- ubuntu 12.04
  5. #
  6. # There is not much to change here except perhaps the
  7. # File daemon Name to
  8. #
  9. #
  10. # List Directors who are permitted to contact this File daemon
  11. #
  12. Director {
  13. Name = lto-director
  14. Password = "XhF4v2yOaAf_gv2J3ox0mnHG12p_ru9YY"
  15. }
  16. #
  17. # Restricted Director, used by tray-monitor to get the
  18. # status of the file daemon
  19. #
  20. #Director {
  21. # Name = lto-mon
  22. # Password = "KlQZEMStI04Z66stUTkDKCcguF5t6PB-H"
  23. # Monitor = yes
  24. #}
  25. #
  26. # "Global" File daemon configuration specifications
  27. #
  28. FileDaemon { # this is me
  29. Name = lto-fd
  30. FDport = 9102 # where we listen for the director
  31. WorkingDirectory = /var/lib/bacula
  32. Pid Directory = /var/run/bacula
  33. Maximum Concurrent Jobs = 20
  34. FDAddress = 10.0.21.4
  35. }
  36. # Send all messages except skipped files back to Director
  37. Messages {
  38. Name = Standard
  39. director = lto-dir = all, !skipped, !restored
  40. }