#
# Default  Bacula File Daemon Configuration file
#
#  For Bacula release 3.0.2 (18 July 2009) -- unknown unknown
#
# 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 = geonosis-dir
  Password = "G590f2XLFAwGNFVxCZgX0Nph27RdULKlhbglA3oU5DZX"
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the file daemon
#
Director {
  Name = geonosis-mon
  Password = "UvHvUzWf+hkr8iKLx2cWujlZm+UrU6Y7Icyzriat7V28"
  Monitor = yes
}

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

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