| 123456789101112131415161718192021222324 |
- Director { # define myself
- Name = lto7-dir
- QueryFile = "/usr/lib/bareos/scripts/query.sql"
- Maximum Concurrent Jobs = 10
- Password = "fsiH4bZpifKAyInabNcqmHwV2Z8++kAOzQYCtdr0ipdO" # 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 = 1m
- # 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 = ""
- }
|