LiveCronJobs.com - Online Cron Service & Cron Reference

How to run cron every week?

Any of the following entries will run cron once in a week on sunday.

                0   0   *   *   0   <command-to-run>
            

or

                @weekly <command-to-run>
            

Cron Reference

Bookmark and Share