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/04 05:53] 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?   
- 
-Problem solving?  Append the output of the command you run with cron to a log as follows: 
- 
-    0 0 1 * * /your/command > /home/username/Desktop/command.log 
-     
-Need more information, visit this Stack Exchange post: 
- 
-[[https://serverfault.com/questions/449651/why-is-my-crontab-not-working-and-how-can-i-troubleshoot-it|Cron]] 
- 
- 
- --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2018/12/03 11:23// 
- 
- 
- 
-   
computing/cronsyntax.1543902821.txt.gz · Last modified: 2018/12/04 05:53 by oemb1905