07-16-04 10:53 PM
I have this self-scheduling at job:
[belgium.cs] $ cat dobackup.sh
## self-perpetuating at job
at now tomorrow </u/jgalt/dobackup.sh >/dobackup.out 2>&1
...
ls -l backup.tar.gz | mail jgalt
I get output from the job itself and that's all cool. But I see
spurious mail like the below every day (inspite of redirecting the
at).
Your "at" job on belgium.cs
"/var/spool/cron/atjobs/1082446861.a"
produced the following output:
commands will be executed using /bin/bash
job 1090023262.a at Fri Jul 16 20:14:22 2004
Why does this happen and how can I stop it? (Note that the first
invocation redirected the output as well.)
Thanks in advance,
John
[ Post a follow-up to this message ]
|