Sometimes web developer or web server administrator needs to execute exactly the same server commands regularly. It could be backup procedures, data transfer jobs or any others.
That problem can be resolved using CRON time-based scheduling service. CRON is driven by a configuration file named CRONTAB that specifies shell commands to run periodically on a given schedule. To manage CRON you need have shell access to web server (if you don't have access to shell at web server — you can use Web Console).
» read more...