#
# Default  Bacula File Daemon Configuration file
#
#  For Bacula release 11.0.6 (10 March 2022) i386-pc-solaris2.11 solaris 5.11
#
# There is not much to change here except perhaps the
# File daemon Name to
#

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = localhost-dir
  Password = "CHANGE_ME"
}

#
# "Global" File daemon configuration specifications
#
FileDaemon {                          # this is me
  Name = localhost-fd
  FDport = 9102                  # where we listen for the director
  FDAddress = 127.0.0.1
  WorkingDirectory = /var/bacula
  Pid Directory = /var/bacula
  Maximum Concurrent Jobs = 20
}

# Send all messages except skipped files back to Director
Messages {
  Name = Standard
  director = localhost-dir = all, !skipped, !restored
}