Wednesday, January 12, 2011

Setting up a Cron tab in Linux:

Linux Crontab Format
MIN HOUR DOM MON DOW CMD

Example for scheduling a job for 10th June 08:30 AM

30 08 10 06 * /home/ramesh/full-backup

    * 30 – 30th Minute
    * 08 – 08 AM
    * 10 – 10th Day
    * 06 – 6th Month (June)
    * * – Every day of the week

For further more details on setting up Cron tabs and viewing the cron tab entries you can refer:

http://www.thegeekstuff.com/2009/06/15-practical-crontab-examples

No comments:

Post a Comment

Customizing the Search form - Drupal

To change the label text and text inside the search box and the text on the submit and changing the Submit button image, you can use the fo...