Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Director { # define myself
  2. Name = debianVM-dir
  3. DIRport = 9101 # where we listen for UA connections
  4. QueryFile = "/etc/bacula/scripts/query.sql"
  5. WorkingDirectory = "/etc/bacula/working"
  6. PidDirectory = "/var/run"
  7. Maximum Concurrent Jobs = 20
  8. Password = "rGMrf6X1zC0sPHLtgjeIZRgq3PX/liEEnzkNxYRu5zWY" # Console password
  9. Messages = Daemon
  10. }
  11.  
  12.  
  13. Generic catalog service
  14. Catalog {
  15. Name = MyCatalog
  16. dbdriver= "pgsql"
  17. dbaddress="localhost"
  18. dbport="5432"
  19. dbname = "bacula"
  20. dbuser = "bacula"
  21. dbpassword = "bacula"
  22. }
  23.  
  24.  
  25.  
  26. Console {
  27. Name = debianVM-mon
  28. Password = "0rbpPCy0liEIqCv+Xnl+eU3pVEWxdi06Pfn5ldnHRZRv"
  29. CommandACL = status, .status
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement