Obliterated root's crontab, would anyone mind sharing theirs?

Hey guys. I was trying my hand at bash scripting and accidentally overwrote the root crontab. I forgot to use the -u parameter :wink:

I was wondering if anyone would mind pasting me the output on a default virtualmin install of
$ crontab -l -u root

Much appreciated.

  • Chris

I re-installed virtualmin in a virtualbox and got the default crontab. For anyone who may have a similar problem, here’s the default:

28 2 * * * /etc/webmin/virtual-server/sendratings.pl
4,9,14,19,24,29,34,39,44,49,54,59 * * * * /etc/webmin/virtual-server/collectinfo.pl
22 23 * * * /etc/webmin/virtual-server/scriptlatest.pl
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /etc/webmin/status/monitor.pl

Yeah, Virtualbox can be pretty handy :slight_smile:

Thanks for sharing your solution!

-Eric