Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bareos-sd.conf.in « storage « bareos-sd.d « bareos « etc « encrypt-signature-tls-cert « tests « systemtests - github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c03e379d50ac9ccb01cdc5e3d435cb13116ab08c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Storage {
  Name = bareos-sd
  Maximum Concurrent Jobs = 20

  # 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 storage plugins (*-sd.so) from the "Plugin Directory".
  #
  # Plugin Directory = "@python_plugin_module_src_sd@"
  # Plugin Names = ""
  Working Directory =  "@working_dir@"
  SD Port = @sd_port@

  TLS Enable = yes
  TLS Require = yes
  TLS Verify Peer = no
  TLS Certificate = "@tls_sd_certificate@"
  TLS Key = @tls_sd_key@
  TLS CA Certificate File = "@tls_ca_certificate@"
}