> Date: Thu, 23 May 2002 13:06:59 -0400
> From: "Morse, Richard E." <[EMAIL PROTECTED]>
> Subject: Reducing the amount of output from amverify
>
> I just added an amverify run to my backup. The problem is
> that I now get
> the report twice: once from Amverify emailing it to me, and
> once from cron,
> emailing the same text.
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
That way if anything has apparently gone wrong, I can look at yet
another file under /tmp/amanda to see what I can find.