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

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

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

Disable cPanel Brute Force Command Line

To disable the cPanel brute force detection from the command line usee the following:...

cPanel Max Defers Occurring for an Account

While viewing exim_mainlog and seeing the following:   enforce_mail_permissions: Domain...

Repairing and Optimizing all MySQL and MariaDB Databases on the Server

From time to time you will find repairing and optimizing your databases are necessary. From a...

Error: rpmdb open failed with cPanel

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