In cron I run a bunch of regular maintenance stuff on my production server.

I was wondering what everyone else runs in theirs. Is there anything novel? Is there anything very basic that noobs typically leave out?

Please share :)

link|improve this question
feedback

2 Answers

Crontabs are likely to be as diverse and unique as the operating system's users. There's no "standard" crontab. However, certain software packages may add crontab entries to perform periodic tasks, such as Webmin.

Here's some interesting things I use cron for:

  • Reboot wireless router daily at 5:30am
  • Update various web-accessible HTML status pages every 5 minutes
  • Call script to backup /etc directory to a USB drive nightly
link|improve this answer
feedback

I only use it to call rsync to back up files from one hard drive to another.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.