Advertisement
Inidian

Cron

Sep 27th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # m h dom mon dow command
  2.  
  3. #########################################################################
  4.  
  5. #Squid
  6. 0 1 * * * /usr/sbin/squid -k rotate; p7zip /var/log/squid/access.log.1
  7. 0 7 * * * /etc/init.d/squid restart
  8.  
  9. #Calamaris
  10. 0 0 * * * /etc/calamaris/calamariscron
  11.  
  12. #Sarg Cron
  13. #00 02-23/2 * * * /usr/sbin/sarg-reports today
  14. #00 00 * * * /usr/sbin/sarg-reports daily
  15. #00 01 * * 1 /usr/sbin/sarg-reports weekly
  16. #30 02 1 * * /usr/sbin/sarg-reports monthly
  17.  
  18. #Lightsquid
  19. */20 * * * * /var/www/ls/lightparser.pl today
  20.  
  21. #########################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement