Advertisement
Guest User

fd.conf

a guest
Apr 28th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.03 KB | None | 0 0
  1. #
  2. # Default  Bacula File Daemon Configuration file
  3. #
  4. #  For Bacula release 7.0.5 (28 July 2014) -- archlinux
  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 = rquid-dir
  15.   Password = "jfbMw5KX5abyh0ttiLatA45I/nHWDyvw2sNbSxDStm1j"
  16. }
  17.  
  18. #
  19. # Restricted Director, used by tray-monitor to get the
  20. #   status of the file daemon
  21. #
  22. Director {
  23.   Name = rquid-mon
  24.   Password = "/J6B7xr1KmDWpJ1PEa27DA2h7ypV+wPlWwlonXDN4YLC"
  25.   Monitor = yes
  26. }
  27.  
  28. #
  29. # "Global" File daemon configuration specifications
  30. #
  31. FileDaemon {                          # this is me
  32.   Name = rquid-fd
  33.   FDport = 9102                  # where we listen for the director
  34.   WorkingDirectory = /etc/bacula/working
  35.   Pid Directory = /run
  36.   Maximum Concurrent Jobs = 20
  37. # Plugin Directory = /usr/lib
  38. }
  39.  
  40. # Send all messages except skipped files back to Director
  41. Messages {
  42.   Name = Standard
  43.   director = rquid-dir = all, !skipped, !restored
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement