Twice Daily Cron

Example:
0 6,18 * * * /scripts/bi-daily-sync.sh
Use 0 6,18 * * * to run twice daily at 6:00 AM and 6:00 PM.
Try Cron Master →

FAQs

Can I use different times?

Yes, use any two hours: 0 8,20 * * * for 8 AM and 8 PM.