myself.conf 575 B

12345678910111213141516
  1. # Client used to be FileDaemon in previous version
  2. Client {
  3. Name = lto7-fd
  4. Maximum Concurrent Jobs = 20
  5. # remove comment from "Plugin Directory" to load plugins from specified directory.
  6. # if "Plugin Names" is defined, only the specified plugins will be loaded,
  7. # otherwise all storage plugins (*-fd.so) from the "Plugin Directory".
  8. #
  9. # Plugin Directory = /usr/lib/bareos/plugins
  10. # Plugin Names = ""
  11. # if compatible is set to yes, we are compatible with bacula
  12. # if set to no, new bareos features are enabled which is the default
  13. # compatible = yes
  14. }