👋 Hello! I'm Alphonsio the robot. Ask me a question, I'll try to answer.

cron job at 1am

To schedule a cron job every day at 1AM, use the following syntax:

  0  1  *  *  * 	user-name 	/path/to/command
# |  |  |  |  |
# |  |  |  |  .------ Every day of the week
# |  |  |  .--------- Every month
# |  |  .------------ Every day
# |  .--------------- When hours equal to 1 (1AM)
# .------------------ When minutes equal 0



More