Hey guys. I was trying my hand at bash scripting and accidentally overwrote the root crontab. I forgot to use the -u parameter 
I was wondering if anyone would mind pasting me the output on a default virtualmin install of
$ crontab -l -u root
Much appreciated.
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
Eric
3
Yeah, Virtualbox can be pretty handy 
Thanks for sharing your solution!
-Eric