This is puzzling me.
crontab is
tailorone:~# crontab -l
#+------------- min (0 - 59)
#| +----------- hour (0 - 23)
#| | +--------- day of month (1 - 31)
#| | | +------- month (1 - 12)
#| | | | +----- day of week (0 - 6) (Sunday=0)
#| | | | |
#* * * * * command to be executed
MAILTO=tailoroneadmin
# Comment here will apparently help cron run all three jobs.
0 2 * * * /usr/local/sbin/synchronise_ns.sh
0 3 * * * /usr/local/sbin/
create_backups_for_users
0 4 * * * /usr/local/sbin/backup_data.sh
(obviously the 0300 job has wordwrapped)
Now, all jobs run - but I only get output via email for the 0300 job -
all scripts contain echo commands and produce output - and I'm fairly
sure neither the 0200 or 0400 jobs produce too much output.
So - why does the output of the 0300 job get emailed - but not for the
0200 or 0400 jobs?
Any help gratefully received.
bailey86
You make a good point!
What's happened to usenet - I used to use it all the time - but it
looks like things have changed.
Is there any active Unix group around?
Kev