bareos-dir.conf 957 B

123456789101112131415161718192021222324
  1. Director { # define myself
  2. Name = bareos-dir
  3. QueryFile = "/usr/lib/bareos/scripts/query.sql"
  4. Maximum Concurrent Jobs = 10
  5. Password = "kk6j7jCl6+SlbfBNAavyUjZcQRHu+5lMCwUD9vb9lLHz" # Console password
  6. Messages = Daemon
  7. Auditing = yes
  8. # Enable the Heartbeat if you experience connection losses
  9. # (eg. because of your router or firewall configuration).
  10. # Additionally the Heartbeat can be enabled in bareos-sd and bareos-fd.
  11. #
  12. # Heartbeat Interval = 1 min
  13. # remove comment in next line to load dynamic backends from specified directory
  14. # Backend Directory = /usr/lib/bareos/backends
  15. # remove comment from "Plugin Directory" to load plugins from specified directory.
  16. # if "Plugin Names" is defined, only the specified plugins will be loaded,
  17. # otherwise all director plugins (*-dir.so) from the "Plugin Directory".
  18. #
  19. # Plugin Directory = "/usr/lib/bareos/plugins"
  20. # Plugin Names = ""
  21. }