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>

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>