CronCraft

Build cron schedules visually. No more syntax headaches.

Quick Presets

Import Existing

Paste existing cron to auto-fill fields

Time Fields

Min (0-59)
Hour (0-23)
Day (1-31)
Month (1-12)
Day (0-7)

Command

Full path to script or command

Advanced Options

Your Cron Job

* * * * * /usr/bin/backup.sh
Runs every minute

Next Run Times

Build a cron job to see next runs

Saved Jobs

No saved jobs yet

Common Examples (Click to Load)

0 2 * * * /usr/bin/backup.sh
Daily backup at 2 AM
*/15 * * * * /usr/bin/check_disk.sh
Check disk space every 15 minutes
0 0 * * 1 /usr/bin/weekly_report.sh
Weekly report every Monday at midnight
30 3 1 * * /usr/bin/monthly_cleanup.sh
Monthly cleanup on the 1st at 3:30 AM