# ----------------------------------------------------------------------------
#
# Default Bacula Storage Daemon Configuration file
# modified to be usable by the eisfair configuration utility.
#
# Creation   : 2008-07-18 starwarsfan
# Last update: $Id$
#
#  For Bacula release 3.0.0
#

Storage {                             # definition of myself
  STORAGEDAEMON-NAME
  STORAGEDAEMON-PORT
  STORAGEDAEMON-WORKING-DIRECTORY
  STORAGEDAEMON-PID-DIRECTORY
  STORAGEDAEMON-MAX-JOBS
}

# ----------------------------------------------------------------------------
# List Directors who are permitted to contact Storage daemon
#
Director {
  DIRECTOR-NAME
  DIRECTOR-PASSWORD
}

# ----------------------------------------------------------------------------
# Restricted Director, used by tray-monitor to get the
#   status of the storage daemon
#
Director {
  DIRECTOR-MONITOR-NAME
  FILEDAEMON-MONITOR-PASSWORD
  Monitor = yes
}

# ----------------------------------------------------------------------------
# Devices supported by this Storage daemon
# To connect, the Director's bacula-dir.conf must have the
#  same Name and MediaType. 
#
Device {
  DEVICE-NAME
  DEVICE-MEDIA-TYPE
  DEVICE-ARCHIVE-DEVICE
  DEVICE-LABEL-MEDIA
  DEVICE-RANDOM-ACCESS
  DEVICE-AUTOMATIC-MOUNT
  DEVICE-REMOVABLE-MEDIA
  DEVICE-ALWAYS-OPEN
}

# ----------------------------------------------------------------------------
# Send all messages to the Director, 
# mount messages also are sent to the email address
#
Messages {
  MESSAGES-NAME
  MESSAGES-DIRECTOR
}