On Tue, 5 Mar 2002 10:26:18 -0600, "Glass, Peter" <[EMAIL PROTECTED]> wrote:
>What would be the best way to produce a report that shows the number of >client backup successes vs. failures, for a given day? This is not as hard as some folks seem to want to make it: q event * * begind=<start_date> endd=<end_date> If you want it in script form: def script backup_check 'q event * * $1 $2 > /tmp/backup_check' You run it by inputting run backup_check 04/01/2002 04/03/2002 -- Mark Stapleton ([EMAIL PROTECTED])