How to Install JetBackup 5 on cPanel/WHM server?

Prepare the environment for JetApps:

yum install http://repo.jetlicense.com/centOS/jetapps-repo-latest.rpm -y
yum clean all --enablerepo=jetapps*
yum install jetapps --disablerepo=* --enablerepo=jetapps -y

Then run the following command to install JetBackup for cPanel:

jetapps --install jetbackup5-cpanel stable

If you are migrating from JetBackup 4, please read the following documentation and note that some of the destinations that were available previously on JetBackup 4 may not be available on JetBackup 5.

Migration documentation:

Once Installed, please navigate to the JetBackup 5 admin interface to go over the JetBackup End User License Agreement(EULA) and select “New Installation” and complete the initial setup.

Next, please execute the following command to download and run the configuration import tool:

wget -N https://github.com/jetapps/jb4-jb5-import-tool/archive/refs/tags/v1.2.zip
unzip v1.2.zip && cd jb4-jb5-import-tool-1.2 && sh main.sh

All Imported DESTINATIONS, BACKUP JOBS, and HOOKS are DISABLED by default.

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix IP Missing issue on cPanel/WHM

We are here to help you with solving the problem of Missing IP Server in list accounts. The...

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...