Hacker News new | ask | show | jobs
by _ao789 3630 days ago
I can't tell you the amount of times I've hit -r by mistake and regretted it..
3 comments

I can. 0. There, more anecdata.

Honestly though, I never use `-e` either. I keep a ~/.crontab and edit that, and then `crontab ~/.crontab`.

Voila, backup/time machine/git friendly crontab.

I got bit by this once, and had to rescue the crontab out off the disk with GNU strings :(
Have a cronjob that backs up your crontab?