Date: Thu, 31 Jan 2008 22:56:21 -0800 From: perryh@pluto.rain.com To: zszalbot@gmail.com, peter@boosten.org Cc: freebsd-questions@freebsd.org Subject: Re: cron to attach a gz file Message-ID: <47a2c295.zZbt1U/oWvbDh508%perryh@pluto.rain.com> In-Reply-To: <47A18DA9.50207@boosten.org> References: <94136a2c0801310049k22d7a890kac8a2482ac49333c@mail.gmail.com> <47A18DA9.50207@boosten.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > I know I can use > > > > mail -s "logfile " < /var/log/httpd_access.log > > > > in cron to email the content of a log file to a particular email > > address but how do I make that log file a binary attachment (*.gz)? > > gzip -c /var/log/httpd_access.log | uuencode httpd_access.log.gz | mail > -s "logfile" someone@somewhere If you want an actual MIME attachment, see /usr/ports/mail/nail
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47a2c295.zZbt1U/oWvbDh508%perryh>