Hello,

i've a Problem with V.36.2.
i think i've configured it to add and label new files automatically.
But every time a jobs runs, i've get a message to use the label
command on the bconsole.

Do you see any missing or wrong lines in my comfig?

Many thanks
Daniel


Config of director:
.
.
.
# Definiton of file storage device
Storage {
  Name = Harddisk
  Device = FileStorage #muß mit dem NAMEN des devices im
Storagemanager übereinstimmen
  Address = xxx.xxx.xxx.xxx                # N.B. Use a fully
qualified name here
  SDPort = 9103
password = "xxx"
  Media Type = File #muß mit dem Mediatype des Devices im
Storagemanager übereinstimmen
}
.
.
.


Config of SD
.
.
.
#
# 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 = /var/backup
  Label Media = yes                   # lets Bacula label unlabeled
media
  Random Access = yes
  Automatic Mount = yes               # when device opened, read it
  Removable Media = no
  always open = no
}

#
# DLT Library Laufwerk 1
.
.
.




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to