Re: Crontab, Scripting and Syslog (solved)

2012-07-04 Thread Titanus Eramius
On Mon, 02 Jul 2012 15:07:46 +0100 Chris Davies wrote: > Titanus Eramius wrote: > > * 04 * * * /home/titanus/scripts/web-log >> /dev/null 2>&1 > > > The line runs every morning at 4, and AFAIK, the /dev/-part should > > redirect all but errors to null. > > No. > > 1. This runs every minute wh

Re: Crontab, Scripting and Syslog (solved)

2012-07-04 Thread Titanus Eramius
On Mon, 2 Jul 2012 15:47:35 +0200 Titanus Eramius wrote: > snip > > > # min hr dom mon dow command > > > * 04 * * * /home/titanus/scripts/web-log >> /dev/null 2>&1 > > > > That is, every minute during hour 4, on every day of every month > > (that being every day of the week), the comma