Bacula-users

[Bacula-users] Fedora 24 (bacula 7.4.1) gives error in bacula-sd.conf

2016-07-04 03:07:53
Subject: [Bacula-users] Fedora 24 (bacula 7.4.1) gives error in bacula-sd.conf
From: bdam <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 04 Jul 2016 00:07:05 -0700
Thanks Kern.

Part 2/3
I have to answer in parts because this forum is saying my post contains an SQL 
injection attempt!

I commented out the DVD entry but it made no difference. Here is bacula-sd.conf

#
# Default Bacula Storage Daemon Configuration file
#
#  For Bacula release 2.4.2 (26 July 2008) -- redhat
#
# You may need to change the name of your tape drive
#   on the "Archive Device" directive in the Device
#   resource.  If you change the Name and/or the
#   "Media Type" in the Device resource, please ensure
#   that dird.conf has corresponding changes.
#

Storage {                             # definition of myself
  Name = sabbath-sd
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/data/Bacula/Working"
  Pid Directory = "/var/run"
  Maximum Concurrent Jobs = 20
}

#
# List Directors who are permitted to contact Storage daemon
#
Director {
  Name = sabbath-dir
  Password = "{REDACTED}"
}

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

#
# Devices supported by this Storage daemon
# To connect, the Director's bacula-dir.conf must have the
#  same Name and MediaType
#

Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /data/Bacula/FileStorage
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = FileStorageCatalog
  Media Type = File
  Archive Device = /data/Bacula/Catalog
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = SEAGATE-DAT-INT1
  Media Type = DAT
  Archive Device = /dev/st0
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = yes;
  AlwaysOpen = yes;
  Volume poll interval = 1h
}

Device {
  Name = COMPAQ-DLT4-INT1
  Media Type = DLT4
  Archive Device = /dev/st2
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = yes;
  AlwaysOpen = yes;
  Volume poll interval = 1h
}

Device {
  Name = HP-ULTRIUM-LTO3-EXT1
  Media Type = LTO3
  Archive Device = /dev/st1
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = yes;
  AlwaysOpen = yes;
  Volume poll interval = 1h
}

Messages {
  Name = Standard
  director = sabbath-dir = all
}

+----------------------------------------------------------------------
|This was sent by bill.damage AT yahoo DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>