Clean Backups plug-in for cPanel/WHM Print

  • 5

# cd /home
# rm -f latest-cleanbackups
# wget http://www.ndchost.com/cpanel-whm/plugins/cleanbackups/download.php
# sh latest-cleanbackups

 

Un-installation
To uninstall the plugin you simply need to remove the following files.
/usr/local/cpanel/whostmgr/docroot/cleanbackups
/var/cpanel/cleanbackups/
/usr/local/cpanel/whostmgr/docroot/cgi/addon_cleanbackups.cgi
/scripts/postcpbackup
/scripts/precpbackup
SSH to your server as root and run the following commands

# rm /usr/local/cpanel/whostmgr/docroot/cleanbackups
# rm/var/cpanel/cleanbackups/
# rm /usr/local/cpanel/whostmgr/docroot/cgi/addon_cleanbackups.cgi
# rm /scripts/postcpbackup
# rm /scripts/precpbackup

That’s it! You are done! I hope you enjoyed the reading!


Was this answer helpful?
Back