>I back up my system with a cron job each night invoking tar from a >script
>file. Works fine, but it always emails the entire listing of backup files
>to root. Is there something I can add to the cron script to prevent >this?
>Thanks, Gene
Send output from TAR to /dev/null
tar blabla > /dev/null
Igmar
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.