On Thu, 16 Jan 2003 at 9:50am, Dan Spray wrote > [root@ZEUS /named]# su amanda -c "amlabel config Daily-123 slot 123" > amlabel: label Daily-123 doesn't match labelstr "^DailySet1[0-9][0-9] > *$" > > My labelstr in my config file is: > > labelstr "^DailySet1[0-9][0-9]*$" > > Not sure what I am doing wrong or how to fix it. Any help would be > greatly appreciated.
Err, it's telling you. You specified (in your config file) a specific form for the label, and you tried to label a tape with something that doesn't match. To get the label you want, you'd have to change labelstr to "^Daily-[0-9][0-9][0-9]*$". -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
