LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   howto run a script from cron every 5 minutes except 11pm-8am ? (https://www.linuxquestions.org/questions/programming-9/howto-run-a-script-from-cron-every-5-minutes-except-11pm-8am-303570/)

cccc 03-19-2005 11:28 AM

howto run a script from cron every 5 minutes except 11pm-8am ?
 
hi

howto run a script from cron every 5 minutes except 11pm-8am ?

greetings
cccc

homey 03-19-2005 11:59 AM

Something like this ...
Code:

*/5 8-22 * * * /backup.job

cccc 03-20-2005 03:52 AM

thanks !


All times are GMT -5. The time now is 11:40 AM.