#
# Default  Bacula File Daemon Configuration file
#
#  For Bacula release 5.2.2 (26 November 2011) -- 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 = vm-214-dev-eis1-26-dir
  Password = "Shyw5d8Zlx1UBTb/E4nLXl6c8yAUs+WNOomYlB9wMN4A"
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the file daemon
#
Director {
  Name = vm-214-dev-eis1-26-mon
  Password = "A0UJOR0b/yfOjNsf8P8L0PmE+eqZK6df5ArKX1kEFo7P"
  Monitor = yes
}

#
# "Global" File daemon configuration specifications
#
FileDaemon {                          # this is me
  Name = vm-214-dev-eis1-26-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 = vm-214-dev-eis1-26-dir = all, !skipped, !restored
}