Killing cPanel Backups via Command Line / Shell

Stopping cPanel Backups From the Command Line

 

From time to time the cPanel backup system may run longer than expected and begin affecting website performance during business hours. If you have SSH access (or your hosting provider can run these for you), the following commands will stop the backup processes.

 

Kill All Backup Processes

/scripts/killacct --force backup
killall cpbackup
killall gzip

 

If the above does not fully stop the backup, you can also try:

ps aux | grep -i backup | grep -v grep | awk '{print $2}' | xargs kill -9

 

When to Use This

Only kill backup processes if they are actively causing performance problems for live websites. Backups are important and should be allowed to complete under normal circumstances. If your backups are consistently running too long, it may indicate that your account is very large or that the backup schedule needs adjustment.

 

Adjusting Backup Schedule

If you are a reseller or have WHM access, you can adjust when backups run by going to WHM > Backup Configuration. Schedule backups during off-peak hours (typically 1 AM to 5 AM) to minimize impact on your websites.

 

If you do not have SSH or WHM access and are experiencing performance issues from backups, open a support ticket and we will handle it.

  • 134 Users Found This Useful

Was this answer helpful?

Related Articles

Create CXS Quarantine Directory

Creating a CXS Quarantine Directory   CXS (ConfigServer eXploit Scanner) quarantines...

Failed to start tailwatchd - Unit tailwatchd service entered failed state

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

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

Clear cPanel Eximstats DB and Repairing the Eximstats DB

Server Maintenance | Updated 2026 The Eximstats database in cPanel tracks email delivery...

Recursive chmod / Permission Change Across Directories for a File Type

Recursive Permission Changes Across Directories   To change permissions recursively across...



Save 30% on web hosting - Use coupon code Hosting30