Hi, I have a php script that i want to run every 2 days. Heres what i wrote in crontab - 59 23 */2 * * /root/scripts/somescript.sh Is this correct ? Let me know. Thanks.
Yes, it is correct - just don't forget that if you have 31 days, there'll be a 1 day delay ( 30 - ok, 31 - skip, 1 - skip, 2 - ok, .. ).