On Thu, 23 Jan 2003, Andy wrote: > ( tar cf - /mnt ) | ( cd /usr/local/samba/lib/back ; tar xvpf - ) > How do I tell cron NOT to send me a summary? (if that is what it is doing)
Cron will send you output from programs that it runs. Close cout/cerr, or redirect output to /dev/null in your script. You can also set MAILTO="" in your crontab to turn off mail delivery, but I strongly recommend against doing so. -- "Of course I'm in shape! Round's a shape, isn't it?" -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list