Bacula/SD Config/bacula-fd.conf.sample

49 lines
1.2 KiB
Plaintext

#
# Default Bacula File Daemon Configuration file
#
# For Bacula release 9.6.3 (09 March 2020) -- freebsd 11.3-RELEASE-p8
#
# There is not much to change here except perhaps the
# File daemon Name to
#
#
# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
#
# List Directors who are permitted to contact this File daemon
#
Director {
Name = 113amd64-quarterly-job-10-dir
Password = "Ts6jjOAKGG0ntHv+YQmR+cDsiezuIEaErotLXv6IzTOQ"
}
#
# Restricted Director, used by tray-monitor to get the
# status of the file daemon
#
Director {
Name = 113amd64-quarterly-job-10-mon
Password = "MSBv8L3qRgEkBixUVm3GhZktGRDLEupWnKhlA+sD9oC/"
Monitor = yes
}
#
# "Global" File daemon configuration specifications
#
FileDaemon { # this is me
Name = 113amd64-quarterly-job-10-fd
FDport = 9102 # where we listen for the director
WorkingDirectory = /var/db/bacula
Pid Directory = /var/run
Maximum Concurrent Jobs = 20
Plugin Directory = /usr/local/lib
}
# Send all messages except skipped files back to Director
Messages {
Name = Standard
director = 113amd64-quarterly-job-10-dir = all, !skipped, !restored
}