User Tools

Site Tools


computing:cronsyntax

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:cronsyntax [2018/12/03 18:33] 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: 
- 
-{{:computing:cron.png?direct|}} 
- 
-You got it, right?   
- 
- --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2018/12/03 11:23// 
- 
- 
- 
-   
computing/cronsyntax.1543862002.txt.gz · Last modified: 2018/12/03 18:33 by oemb1905