How to Install JetBackup 5 on cPanel/WHM server?

1. Configure the JetApps repository:

bash <(curl -LSs http://repo.jetlicense.com/static/install)

2. Install the JetBackup 5 software

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.

  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

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

How to Secure a cPanel/WHM Web Server

Here are a few basic steps that you should keep in mind for keeping a server secure. 1) Strong...