Advertisement
man_in_the_hill

bacula-fd.conf_debian

Aug 29th, 2011
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. #
  2. # Default Bacula File Daemon Configuration file
  3. #
  4. # For Bacula release 5.0.3 (04 August 2010) -- debian 5.0.8
  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 = proxmox-lespointus-dir
  15. Password = "wgEu30Py5eclcoG25rrK+YtOj8O18yaKT+Yiwdx4DO++"
  16. }
  17.  
  18. #
  19. # Restricted Director, used by tray-monitor to get the
  20. # status of the file daemon
  21. #
  22. Director {
  23. Name = proxmox-lespointus-mon
  24. Password = "pjqHmXsu/tEEq9P2PqwCcrcFHc1nUnNx0U67fM6Nyxo4"
  25. Monitor = yes
  26. }
  27.  
  28. #
  29. # "Global" File daemon configuration specifications
  30. #
  31. FileDaemon { # this is me
  32. Name = proxmox-lespointus-fd
  33. FDport = 9102 # where we listen for the director
  34. WorkingDirectory = /var/bacula/working
  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 = proxmox-lespointus-dir = all, !skipped, !restored
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement