Advertisement
GrandZ

bacula-fd

May 12th, 2015
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.76 KB | None | 0 0
  1. Director {
  2.   Name = fileserver-dir
  3. Password = "ZCnCHPjrWw5V9f4s-LRrfvqtp_WNHmejR"
  4. }
  5.  
  6. #
  7. # Restricted Director, used by tray-monitor to get the
  8. #   status of the file daemon
  9. #
  10. Director {
  11.   Name = fileserver-mon
  12.   Password = "aJyW9X8MmWV3H42ezVFPNwReQcZN4O7lI"
  13.   Monitor = yes
  14. }
  15.  
  16. #
  17. # "Global" File daemon configuration specifications
  18. #
  19. FileDaemon {                          # this is me
  20.   Name = fileserver-fd
  21.   FDport = 9102                  # where we listen for the director
  22.   WorkingDirectory = /var/lib/bacula
  23.   Pid Directory = /var/run/bacula
  24.   Maximum Concurrent Jobs = 20
  25.   FDAddress = 192.168.0.55
  26. }
  27.  
  28. # Send all messages except skipped files back to Director
  29. Messages {
  30.   Name = Standard
  31.   director = fileserver-dir = all, !skipped, !restored
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement