User Tools

Site Tools


cron

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cron [2012/02/08 14:18]
k2patel [Usage]
cron [2017/07/02 02:18]
k2patel old revision restored (2012/02/08 14:20)
Line 57: Line 57:
   *     Cron does not deal with seconds so you can't have cronjob'​s going off in any time period dealing with seconds. Like a cronjob going off every 30 seconds.   *     Cron does not deal with seconds so you can't have cronjob'​s going off in any time period dealing with seconds. Like a cronjob going off every 30 seconds.
   *     You can not use % in the command area. They will need to be escaped and if used with a command like the date command you can put it in backticks. Ex. `date +\%Y-\%m-\%d`   *     You can not use % in the command area. They will need to be escaped and if used with a command like the date command you can put it in backticks. Ex. `date +\%Y-\%m-\%d`
 +
 +[[ http://​www.pantz.org/​software/​cron/​croninfo.html | Things need to know pasted from ]]
cron.txt ยท Last modified: 2020/08/10 02:35 (external edit)