Schedule cron jobs to run every 2 weeks
There is no straight forward way to schedule a cron job so that a certain command gets executed biweekly, let’s say every 2 sunday nights… To be able to do this, you need to extend your cron command with a command that tests the day of the week. In my case I needed to perform […]
Schedule cron jobs to run every 2 weeks Read More »