I have many crons that run at different intervals. I need to configure them all to not run between two specific time ranges. How can I configure a unix cron to run exclusive of 11:45-13:00 and 14:45-16:00?
If the minutes is not possible, 12:00-13:00 and 15:00 - 16:00 would suffice. Thanks!