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

Create CXS Quarantine Directory

The following command may be used to create a quarantine directory for Configserver's CXS: cxs...

yum-utils not installed or found on Centos5 64-bit

When yum-utils is not installed or found on Centos5 64-bit the following commands may be used:...

connection failed for acme-v01-api-letsencrypt org: SSL connect attempt failed

 (Hypertext Transfer Protocol) “post” request to...

Nginx redirecting folder to another host or server

From time to time you may want to proxy out a path to another server or location. To perform a...

CSF Error: *WARNING* Binary location for [HOST] [/usr/bin/host] in /etc/csf/csf-conf is either incorrect, is not installed or is not executable

During a CSF start or restart you may encounter this error. This is a result of /usr/bin/host...