# List Directors who are permitted to contact this File daemon
Director {
Name = bacula-dir
Password = "xxxxx"
}
Director {
Name = bacula-mon
Password = "xxxxx"
Monitor = yes
}
# Restricted Director, used by tray-monitor to get the
# status of the file daemon
# "Global" File daemon configuration specifications
FileDaemon { # this is me
Name = samba-fd ← bacula-dir.confの名前に合わせる
FDport = 9102 # where we listen for the director
WorkingDirectory = /var/spool/bacula
Pid Directory = /var/run
Maximum Concurrent Jobs = 20
}
# Send all messages except skipped files back to Director
Messages {
Name = Standard
director = bacula-dir = all, !skipped, !restored
}
Director {
Name = bacula-dir
Password = "XXXX"
}
#
# Restricted Director, used by tray-monitor to get the
# status of the file daemon
#
Director {
Name = bacula-mon
Password = "xxxx"
Monitor = yes
}
#
# "Global" File daemon configuration specifications
#
FileDaemon { # this is me
Name = bacula-fd ← bacula-dir.confの名前に合わせる
FDport = 9102 # where we listen for the director
WorkingDirectory = /var/spool/bacula
Pid Directory = /var/run
Maximum Concurrent Jobs = 20
}
# Send all messages except skipped files back to Director
Messages {
Name = Standard
director = bacula-dir = all, !skipped, !restored
}