On Fri, 24 May 2002, C R Ritson wrote: > I use (as a cron job) for both the backup and its following amverify > run:- > > /usr/local/amanda/current/sbin/amdump ncl && \ > /usr/local/amanda/current/sbin/amverify ncl \ > >/tmp/amanda/amverify.debug 2>&1
What happens if you eject and then forget to switch tapes? Like in: amdump && amverify ; mt -f /dev/rmt/1n offline I think amverify prompts for a tape and then just sits there. This might affect the following amdump in a bad way. Processes already running and such. What happens if you DON'T eject and then forget to switch tapes? Will amverify find the wrong label and then exit with a failure? -- Ulrik Sandberg
