25 lines
565 B
Plaintext
25 lines
565 B
Plaintext
Director {
|
|
Name = bacula-dir
|
|
Password = "{{ bacula_passwords.fdpasswd }}"
|
|
}
|
|
Director {
|
|
Name = bacula-mon
|
|
Password = "{{ bacula_passwords.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
|
|
}
|