vn-ansible/roles/debian-base/templates/bacula-fd.conf

25 lines
565 B
Plaintext
Raw Normal View History

2024-10-16 15:53:15 +00:00
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
}