On Tue, Mar 14, 2006 at 07:25:20PM +0100, Jochen Kaechelin wrote: > > --------------------------------------------- > My configuration: > --------------------------------------------- > > amanda.conf: > ... > labelstr "^mail.wlanhacking.de-[0-9]*$" >
Just to be sure you are aware, your label string will accept a tape labeled with no numbers at all. I.e. a tape labeled "mail.wlanhacking.de-". If that is acceptable, fine. If it must have at least one digit, change the label string to: labelstr "^mail.wlanhacking.de-[0-9][0-9]*$" -- Jon H. LaBadie [EMAIL PROTECTED] JG Computing 4455 Province Line Road (609) 252-0159 Princeton, NJ 08540-4322 (609) 683-7220 (fax)
