Hello,
I mistakenly re-wrote my crontab. Instead of -e to add a new entry, it got replaced with a file containing my custom cron commands!
Does anyone know what the default cron should look like? I have just edited my cron to look like this:
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
0-59/5 * * * * root /usr/bin/mrtg /etc/mrtg/mrtg.cfg
Is anything missing? Is the .../mrtg/ job necessary or can I remove that?
Thanks!
a.