Crontab

From Dave's wiki
Jump to navigation Jump to search

Use https://crontab.guru/.

# field #   meaning        allowed values
# -------   ------------   --------------
#    1      minute         0-59
#    2      hour           0-23
#    3      day of month   1-31
#    4      month          1-12 (or names, see below)
#    5      day of week    0-7 (0 or 7 is Sun, or use names)

Every 5th minute -> https://crontab.guru/#*/5_*_*_*_*