On 05/02/17 03:19, Luc Lalonde wrote:
> Since upgrading to 3.4.3 I seem to having problems with Amanda recognizing my 
> tapes.
> 
> Here’s the ‘labelstr’ directive in my ‘amanda.conf’:
> labelstr "^000[0-9][0-9][0-9]*”
> This worked fine when I was running version 3.3.4-1…  But now, I’m getting 
> errors.
> 
> Here are examples of some of my labels:
> 
> 000253L5
[...]
> 000219L

This wasn't a proper match before, according to
http://wiki.zmanda.com/man/amanda.conf.5.html `labelstr` is "The tape
label constraint regular expression."
The 'L' isn't mentioned in your regex (maybe you meant it as glob, but
globs don't know '^').

> Can someone explain what changed?

Maybe this one:
https://github.com/zmanda/amanda/commit/99d85cb28071990cfe566aca25241515bbbc32bd

Yours, Uwe

Reply via email to