Bacula-users

[Bacula-users] Starting the Bacula Storage daemon

2013-06-10 14:34:35
Subject: [Bacula-users] Starting the Bacula Storage daemon
From: arnaldojsousa <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 10 Jun 2013 11:31:11 -0700
# /opt/bacula/bacula-sd.conf
# ...
  
# List Directors who are permitted to contact Storage daemon
# 
  
Storage {                             # definition of myself
  Name = usbchanger1
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/opt/bacula/"
  Pid Directory = "/opt/bacula/bin/working"
  Maximum Concurrent Jobs = 20 
  SDAddress = 10.10.10.3
}
  
# List Directors who are permitted to contact Storage daemon
#
Director {
  Name = app-dir
  Password = "some"
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the storage daemon
#
Director {
  Name = app-mon
  Password = "some"
  Monitor = yes
}

#----  local virtual autochanger with USB drive "magazines"
Autochanger {
  Name = usb-changer-1
  Device = usb-stor0
  Changer Command = "/opt/bacula/vchanger %c %o %S %a %d"
  Changer Device = "/opt/bacula/usbchanger1.conf"
}
#---  drive 0 of the usb-changer-1 autochanger
Device {
  Name = usb-stor0
  DriveIndex = 0
  Autochanger = yes;
  DeviceType = File
  MediaType = File
  ArchiveDevice = /mnt/usbchanger1/magazine
  RemovableMedia = no;
  RandomAccess = yes;
}

# Send all messages to the Director,
# mount messages also are sent to the email address
#
Messages {
  Name = Standard
  director = app-dir = all
}

# eof

+----------------------------------------------------------------------
|This was sent by arnaldojsousa AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users