25 lines
531 B
Plaintext
25 lines
531 B
Plaintext
Director {
|
|
Name = bacula-dir
|
|
Password = "{{ FDPASSWD }}"
|
|
}
|
|
Director {
|
|
Name = bacula-mon
|
|
Password = "{{ FDMPASSWD }}"
|
|
Monitor = yes
|
|
}
|
|
FileDaemon {
|
|
Name = bacula-fd
|
|
WorkingDirectory = /var/lib/bacula
|
|
Pid Directory = /run/bacula
|
|
Maximum Concurrent Jobs = 20
|
|
Plugin Directory = /usr/lib/bacula
|
|
PKI Signatures = Yes
|
|
PKI Encryption = Yes
|
|
PKI Keypair = "/etc/bacula/fd-cert.pem"
|
|
PKI Master Key = "/etc/bacula/master-cert.pem"
|
|
}
|
|
Messages {
|
|
Name = Standard
|
|
director = bacula-dir = all, !skipped, !restored
|
|
}
|