User Tools

Site Tools


computing:cronsyntax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computing:cronsyntax [2018/12/03 18:29] – created oemb1905computing:cronsyntax [2024/02/17 16:23] (current) – removed oemb1905
Line 1: Line 1:
  
-------------------------------------------- 
-  * **cronsyntax**  
-  * **Jonathan Haack** 
-  * **Haack's Networking** 
-  * **netcmnd@jonathanhaack.com**  
- 
-------------------------------------------- 
- 
-//I hate cron syntax - block from when I was younger// 
- 
-------------------------------------------- 
- 
-Every day at 2:30am 
- 
-  30 2 * * * /your/command 
- 
-Every Monday at 2:30am 
- 
-  30 2 * * 1 /your/command 
-   
-First day of the month 
- 
-  0 0 1 * * /your/command 
-   
-Here is a helpful text-based explanation from systutorials.com: 
- 
-.---------------- minute (0-59) 
-|  .------------- hour (0-23) 
-|  |  .---------- day of month (1-31) 
-|  |  |  .------- month (1-12) OR jan,feb,mar,apr ... 
-|  |  |  |  .---- day of week (0-6) (Sunday=0 or 7) OR sun,mon,tue ... 
-|  |  |  |  | 
-*  *  *  *  *  command to be executed 
- 
-You got it, right?   
- 
- --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2018/12/03 11:23// 
- 
- 
- 
-   
computing/cronsyntax.1543861789.txt.gz · Last modified: 2018/12/03 18:29 by oemb1905