Clean Backups plug-in for cPanel/WHM

# 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!

Byla tato odpověď nápomocná?

Související články

Nginx Admin (Stable version) v2.6

Install Instructions:cd /usr/local/srcwget http://nginxcp.com/nginxadmin2.6-stable.tartar xf...

rkhunter installation

wget -c http://dfn.dl.sourceforge.net/sourceforge/rkhunter/rkhunter-1.3.8.tar.gz tar zxvf...

Python Upgrade

cd /usr/local/src wget http://python.org/ftp/python/2.5.6/Python-2.5.6.tgz tar -zxvf...

Atomic ModSecurity Rules

Assuming you have a modsecurity 2.5.12 rpm (or higher) installed from the atomic archives, you...

Account DNS Check plugin for cPanel/WHM

# cd /home # rm -f latest-accountdnscheck # wget...