Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. #
  2. # "Global" File daemon configuration specifications
  3. #
  4. FileDaemon { # this is me
  5. Name = xp01.cryptobsd.org
  6. FDport = 9102 # where we listen for the director
  7. WorkingDirectory = "C:\\Program Files\\Bacula\\working"
  8. Pid Directory = "C:\\Program Files\\Bacula\\working"
  9. # Plugin Directory = "C:\\Program Files\\Bacula\\plugins"
  10. Maximum Concurrent Jobs = 10
  11. PKI Signatures = Yes # Enable Data Signing
  12. PKI Encryption = Yes # Enable Data Encryption
  13. PKI Keypair = "C:\\keys\\xp01.cryptobsd.pem"
  14. PKI Master Key = "C:\\keys\\master.cert"
  15. }
  16.  
  17.  
  18.  
  19. Director {
  20. Name = bacula-dir.cryptobsd.org
  21. Password = "xxxxx"
  22. }
  23.  
  24. #
  25. # Restricted Director, used by tray-monitor to get the
  26. # status of the file daemon
  27. #
  28. Director {
  29. Name = bacula-mon.cryptobsd.org
  30. Password = "xxxxx"
  31. Monitor = yes
  32. }
  33.  
  34. # Send all messages except skipped files back to Director
  35. Messages {
  36. Name = Standard
  37. director = bacula-dir = all, !skipped, !restored
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement