Skip to content

Instantly share code, notes, and snippets.

@kevmul
Created June 9, 2022 13:39
Show Gist options
  • Save kevmul/6d2a9da1d439df0d0f980f35e5afe8d5 to your computer and use it in GitHub Desktop.
Save kevmul/6d2a9da1d439df0d0f980f35e5afe8d5 to your computer and use it in GitHub Desktop.
When creating a new Crontab
# Crontab
# Edit this file to allow for cron jobs to run
# Checkout https://crontab.guru for more info
#
# If you wish to create a new cronjob you can
# create using the sintax MIN HOUR DAY MONTH DAY_OF_WEEK
# * => any value
# , => value list separator
# - => range of values
# / => step values
#
# To write “At 14:15 on day-of-month 1.” you would create
# 15 14 1 * *
#
# Or you can use non-standard verbiage
# To write “At 00:00 on Sunday.”
# @weekly
# ======================
# Jobs
# ======================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment