24 lines
563 B
Plaintext
24 lines
563 B
Plaintext
Director {
|
|
Name = bacula-dir
|
|
Password = "iamnotacrook"
|
|
}
|
|
|
|
#
|
|
# "Global" File daemon configuration specifications
|
|
#
|
|
FileDaemon { # this is me
|
|
Name = bacula-fd
|
|
FDport = 9102 # where we listen for the director
|
|
WorkingDirectory = /var/lib/bacula
|
|
Pid Directory = /run/bacula
|
|
Maximum Concurrent Jobs = 20
|
|
Plugin Directory = /usr/lib/bacula
|
|
FDAddress = 127.0.0.1
|
|
}
|
|
|
|
# Send all messages except skipped files back to Director
|
|
Messages {
|
|
Name = Standard
|
|
director = bacula-dir = all, !skipped, !restored
|
|
}
|