How to Uninstall Backuply from cPanel Server

This article provides a guide for how to uninstall Backuply from cPanel server. Backuply is a backup management cPanel plugin.

How to Uninstall Backuply from cPanel Server

To uninstall Backuply from cPanel server, follow the steps below:

  1. Login via SSH as root.
  2. Run the following commands:
    rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/backuply
    rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_backuply.cgi
    rm -f /usr/local/cpanel/whostmgr/docroot/themes/x/icons/backuply.gif
    rm -f /usr/local/cpanel/whostmgr/docroot/themes/x/icons/backuply.png
    rm -rf /usr/local/cpanel/base/3rdparty/backuply
    rm -f /usr/local/cpanel/base/frontend/paper_lantern/branding/backuply.jpg
    rm -f /usr/local/cpanel/base/frontend/FlatPanel/branding/backuply.jpg
    /usr/local/cpanel/scripts/uninstall_plugin /usr/local/backuply/lib/panels/cpanel/backuply.tar.gz
    /usr/local/cpanel/bin/unregister_appconfig /usr/local/backuply/lib/panels/cpanel/backuply_cpanel.conf
    /usr/local/cpanel/bin/unregister_appconfig /usr/local/backuply/lib/panels/cpanel/backuply_whostmgr.conf
    rm -rf /usr/local/backuply
    rm -rf /etc/cron.d/backuply_admin_autobackups
    rm -rf /etc/cron.d/backuply_autobackups
    /usr/local/cpanel/bin/rebuild_sprites
    rm -rf /var/backuply

    If the server uses CageFS (CloudLinux), proceed to next step. Otherwise, the Backuply Uninstallation is complete.

  3. For CageFS, edit the /etc/cagefs/cagefs.mp with a text editor to comment out or delete the following line:
    /usr/local/backuply

    Then run the following commands (as root) to force CageFS update and remount:

    cagefsctl --force-update && cagefsctl -M

The Backuply plugin has now been uninstalled from cPanel.

Conclusion

You now know how to uninstall Backuply from cPanel server.

  • uninstall, backuply, cpanel, cpanel plugin, cagefs
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Uninstall Pinguzo Client on Server

This article provides a quick and direct guide for uninstalling the Pinguzo server monitoring...

Disable Network Manager on CentOS 7

This article will provide the steps to disable Network Manager in CentOS 7. Network Manager is...

Disable Network Manager on CentOS 6

This article will provide the steps to disable Network Manager in CentOS 6. Network Manager is...

How to Find the IP of cPanel/WHM Server

This tutorial is designed to troubleshoot and diagnose issues with cPanel license errors. Find...

Uninstall WHMXtra on cPanel Server

This article provides a quick and direct guide for uninstalling the WHMXtra plugin from a...