I know that youre not supposed to edit the file directly. However, if you want to restore a crontab from backup, you have to know, where to find it. In my research I have come across references to Mountain Lion deleting
Code:
/etc/crontab
although it wasn't clear, whether this happens on every reboot or whether it does only when Mountain Lion is installed on top of an earlier version of the OS.
Apple urges people to switch from using cron to using launchd with Mountain Lion. However, cron was alive and well with MLI ran several scripts to run nightly for cleaning up my Downloads folder and such.
I havent yet ascertained, whether this is still true with Mavericks, but even there, crontab is installed in /usr/bin/. Also,
Code:
crontab -e
works, and so do the other crontab options. Whether it actually runs as scheduled I will learn tonight.
Cron is so much easier to program than launchd. Thats the real reason.