Posts Tagged ‘linux cronjob’

I needed a way to run a cronjob every other Saturday. You could alter this for other scenarios as long as you set the correct schedule in your crontab.
0 3 * * 6 /root/scripts/MYSCRIPT.sh
The first time cron runs, it should detect that no file is present (in this case “/tmp/cron_control”), which in turn creates [...]

Monday, August 29th, 2011 at 10:00 | 0 comments
Categories: Uncategorized
TOP