🚧 Coming Soon! 🚧
Please visit HERE for more information
Last modified May 1, 2025

Integration with JetBackup 5

This guide will walk you through the steps to integrate your JetBackup Premium Cloud Storage with JetBackup 5. By the end, you’ll have a fully configured backup destination ready to use. The steps include:

  • Creating a bucket for backup storage

  • Creating a user to access the storage from your server

  • Setting up a bucket policy and assigning it to the user

  • Generating access keys for the user

  • Adding the storage destination in JetBackup 5 and assigning it to a backup job

Regions Endpoints URLS:

eu-central-2.storage.jetbackup.com 
eu-west-1.storage.jetbackup.com 
eu-east-1.storage.jetbackup.com 

Step 1:

Adding a bucket

  1. Add a bucket, use a name to represent the server

  2. Do not enable Bucket Versioning / Object Lock

Step 2:

Create a user for the server

  1. Use a strong password from a Password Generator for security. Please note that you don’t need to save the password, we will not use it

Step 3:

Add a Bucket Policy

  1. Create a policy for the bucket. Use the server name for the policy name
    • Policy template: Make sure to replace BUCKET_NAME in the “Resource” section below.
{ 
"Statement": [ 
{ 
"Action": [ 
    "s3:ListBucket", 
    "s3:ListBucketVersions", 
    "s3:ListBucketMultipartUploads", 
    "s3:GetBucketLocation", 
    "s3:GetObject", 
    "s3:GetObjectVersion", 
    "s3:GetObjectTagging", 
    "s3:GetBucketObjectLockConfiguration", 
    "s3:GetBucketVersioning", 
    "s3:GetObjectLegalHold", 
    "s3:GetObjectRetention", 
    "s3:CreateBucket", 
    "s3:PutBucketObjectLockConfiguration", 
    "s3:PutBucketVersioning", 
    "s3:DeleteObjectVersion", 
    "s3:PutObjectRetention", 
    "s3:BypassGovernanceRetention", 
    "s3:DeleteObject", 
    "s3:DeleteObjectTagging", 
    "s3:PutObject", 
    "s3:PutObjectTagging", 
    "s3:PutObjectAcl", 
    "s3:CreateMultipartUpload", 
    "s3:UploadPart", 
    "s3:ListMultipartUploadParts", 
    "s3:CompleteMultipartUpload", 
    "s3:AbortMultipartUpload" 
], 
"Effect": "Allow", 
"Resource": [ 
    "arn:aws:s3:::BUCKET_NAME", 
    "arn:aws:s3:::BUCKET_NAME/*" 
], 
"Sid": "1728907013030" 
} 
], 
"Version": "2012-10-17" 
}

  1. Create a group, then assign the previously created user and policy to the group.

  1. Return to Groups, click Edit and verify that both user and policy are assigned to the group.

Step 4:

Create an access key for the user

  1. Navigate to the Users tab, click Edit, and then select Access Keys. From this page, you can generate a new Access Key for the user.

  1. Save the Access Keys in a secure location, as they cannot be retrieved once lost.

Step 5:

Adding the destination in JetBackup 5

  1. Open JetBackup 5 and navigate to Destinations > “+ Create New Destination

  2. Enter the JetBackup Storage credentials

  1. Lastly, assign the destination to your backup jobs.

Your backups will now be stored to your JetBackup Premium Cloud Storage!