Killing cPanel Backups via Command Line / Shell

From time to time you may find the cPanel backup system taking longer and affecting production hours for websites. The following commands will kill the cPanel backup processes. Running the below commands twice may be necessary:

killall -9 cpbackup
killall -9 backup
killall -9 tar
killall -9 gtar
killall -9 pkgacct
killall -9 gunzip2 
killall -9 pkgacct
service cpanel restart



If it is still slow afterward run:

ps aux


Locate the backup process with the high load and run:
kill -9 #process



  • 134 Users Found This Useful

Was this answer helpful?

Related Articles

E Sysup: Needed system RPMs were not installed: yum-utils

When encountering the following:E Sysup: Needed system RPMs were not installed: yum-utils*****...

Error: rpmdb open failed with cPanel

This can occur with older packages sitting on your drive. Try running the following: rm -f...

SpamAssassin Command Line Bayesian Learn Command cPanel

Once it is enabled, it is necessary to train spamassassin to learn what is junk mail and what is...

Manually Clear from Console / Command Line cPanel Exim Mail Queue

To clear the cPanel exim mail queue quickly from a command line / shell use the following...

Whitelisting Multiple IPs with Mod_Security

The following can be added to the main modsecurity.conf or a whitelist file such as one...