I'm partly being a bit lazy here, but on the other hand perhaps we could put something together for the benfit of all users (I remember coming across a script that would do this but have lost the link) ...
I'm seeig repeated excessive usage by one of our user accounts via cron during the night when we run our backup and cpup scripts, the effect is of course heavy slowdowns on our
VPS Hosting.
What I'd like to do is temporarily disable user cron jobs (either all users or selective users) during a specific period so that our
VPS Hosting can complete cpbackup and cpup without interruption.
I think a cron job under root would be best, to perhaps moving the user cron jobs from /var/spool/cron to /var/spool/cron.suspended and then back again at the end of the period, but I am sure some of us could recommend another/more efficient alternative.
.