Take the hassle out of critical backups management with JetBackup’s fastest, most secure, versatile, and reliable version yet: JetBackup 5. Customize your own incremental backups with a variety of supported destinations and up to 10 concurrent account backups, restores, and downloads. Select how you receive notifications based on how you work best with supported Slack, Google Hangouts, Syslog, and email notifications. Use JetBackup with popular control panels such as cPanel/WHM.
Package | Version | License |
---|---|---|
cPanel/WHM | 100.0.5 | |
MySQL | 8.0.28 |
Click this button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the JetBackup 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB JetBackup Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "jetappsstorageve-jetbackup5"}' \
"https://api.digitalocean.com/v2/droplets"
This guide only details the steps needed to access the JetBackup 5 Plugin via cPanel/WHM on your DigitalOcean Droplet. Once your Droplet is provisioned, review the JetBackup Getting Started guide for additional information on how to configure JetBackup 5.
whmlogin
into the terminal to generate a one-time login URL, and paste the URL into your browser.