← All code files

crontab

Cron schedule examples — backups, cache clearing, health pings.

# min hour dom mon dow  command
*/5 *   *   *   *   /usr/local/bin/health-check.sh
0   2   *   *   *   /opt/app/backup.sh >> /var/log/backup.log 2>&1
0   0   *   *   0   find /tmp -type f -mtime +7 -delete
30  3   1   *   *   certbot renew --quiet

About this tool

Cron schedule examples — backups, cache clearing, health pings.

Ready-to-use crontab — view the content, copy it, or download it with the correct filename. Free and 100% in your browser.