Bacula/SD Config/bacula-fd.conf

19 lines
401 B
Plaintext

Director { # Director who is allowed to contact us
Name = bacula-dir
Password = "iamnotacrook"
}
FileDaemon {
Name = ZincFD
FDport = 9102 # where we listen for the director
WorkingDirectory = /var/db/bacula
Pid Directory = /var/run
FDAddress = 10.85.3.31 # Address of the SD
}
Messages {
Name = Standard
director = bacula-dir = all, !skipped, !restored
}