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