At 01:49 PM 7/25/2002 -0700, Chris Bourne wrote: >Hello, > I need help with figuring out why amanda is giving me tape errors. ..... >bash-2.05$ /usr/sbin/amcheck DailySet1 >----------------------------- > >ERROR: /dev/nst0: not an amanda tape > >(expecting a new tape)
amanda wants you to label each tape before use: amlabel DailySet1 DailySet101 #for example tape name is specified here, from your config file: labelstr "^DailySet1[0-9][0-9]*$" # label constraint regex: all tapes must match Deb
