How to run cron every half an hour?
Use following entry to run cron every half an hour.
*/30 * * * * <command-to-run>

Use following entry to run cron every half an hour.
*/30 * * * * <command-to-run>