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

Error: Multilib version problems found

Finished Dependency Resolution Error:  Multilib version problems found. This often means that...

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...

Disable cPanel Brute Force Command Line

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

Permission denied: /home/username/ htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

When checking your error log you find the error 508 or 403 forbidden error in your browser and...

Failed to start tailwatchd - Unit tailwatchd service entered failed state

Failed to start tailwatchd. Unit tailwatchd.service entered failed state.  tailwatchd.service...