Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Created September 10, 2013 14:38
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/6510369 to your computer and use it in GitHub Desktop.
Save jpluimers/6510369 to your computer and use it in GitHub Desktop.
string meaning
------ -------
@reboot Run once, at startup.
@yearly Run once a year, "0 0 1 1 *".
@annually (same as @yearly)
@monthly Run once a month, "0 0 1 * *".
@weekly Run once a week, "0 0 * * 0".
@daily Run once a day, "0 0 * * *".
@midnight (same as @daily)
@hourly Run once an hour, "0 * * * *".
@BitPopCoin
Copy link

Good list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment