Hi,

we have some serious problem with bareos. Every week it wants one of our tapes 
relabeled. The backup wont start and just sends us this message:



Bareos: Intervention needed for BackupCatalog.2016-11-28_11.41.10_05



28-Nov 12:36 srv7-sd JobId 522: Please mount append Volume "Saturday" or label 
a new one for:

    Job:          BackupCatalog.2016-11-28_11.41.10_05

    Storage:      "LTO-5" (/dev/nst0)

    Pool:         Weekly-Pool

    Media type:   LTO-5

The tape Saturday is in our Tape-Changer and mounted. It wont work until we do 
a "mtx -f /dev/nst0 rewind / weof / rewind" After doing that and relabelling 
the tape manually its working again. But since this problem occurs every single 
week, its very annoying to relabel the tapes manually. We hoped for a function 
in bareos, which does this relabelling on its own. We appreciate the help on 
this topic, after weeks of reading and trial+error we cant think of a solution.

This is our pool definition:

Pool {
  Name = Weekly-Pool
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 6 days         # one year
}

This is our device definition:

Device {
  Name = LTO-5
  Media Type = LTO-5
  Archive Device = /dev/nst0
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  LabelMedia = yes;
Changer Command = "/usr/lib/bareos/scripts/mtx-changer %c %o %S %a %d"
Changer Device = /dev/sg4
AutoChanger = yes
Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
}

If you need more information, please let us know.

Sincerely, nocnoc

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to