[CentOS] cron jobs not running
Jorge Fábregas
jorge.fabregas at gmail.comSun Jul 31 03:30:30 UTC 2011
- Previous message: [CentOS] cron jobs not running
- Next message: [CentOS] cron jobs not running
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 07/30/2011 11:07 PM, Tim Dunphy wrote: > 0 3 * * * /bin/alldb > /home/bluethundr/backupdb/alldb-$(date +%Y%m%d%H%S).sql I think the date paremters (percent etc) is causing you problems here. Try it simple first: * * * * * /bin/alldb > /home/bluethundr/backupdb/alldb-today.sql Did it work? -- Jorge
- Previous message: [CentOS] cron jobs not running
- Next message: [CentOS] cron jobs not running
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list