Acronis

Acronis is a backup and recovery solution that can integrate with Akave storage for secure data protection.

Prerequisites

  • Acronis Account
    • If you do not already have an Acronis account, please create one at Acronis
  • Akave Cloud Credentials
    • If you do not already have these, please create them on Akave Cloud
  • AWS Account (for Backup Gateway option)
    • User must have access to the AWS Marketplace and EC2, sign up at aws.amazon.com

Acronis Setup

To get started with Akave and Acronis, make sure you have access to your Akave:

  • Access Key ID
  • Secret Access Key
  • Endpoint URL

As well as a bucket in Akave to store your data. More information on how to create a bucket can be found in the Bucket Management section of these docs.

Akave O3 can be used with Acronis in two common ways:

  • Acronis Cyber Protect Cloud: Configure an S3-compatible backup location directly in the Acronis SaaS console.
  • Acronis Cyber Infrastructure (Backup Gateway): Run an Acronis-managed gateway (for example via AWS Marketplace) that exposes S3-compatible storage configuration through a self-managed service.

In both cases, you’ll use your Akave S3-compatible credentials (access key, secret key, and endpoint) and an Akave bucket. If you need to validate your Akave bucket and credentials first, reference the other S3-compatible integrations in this folder (for example Snowflake and S3FS).

Acronis Cyber Protect Cloud

This option is best when you want the simplest setup and prefer a fully managed Acronis control plane.

  1. Create an account for Acronis Cyber Protect.
  2. Use the Acronis console to set up a Management Agent on the device you want to back up by going to DevicesAdd then select the device you want to backup from and follow the installation instructions provided.

Acronis Add Acronis Add 2

  1. In the Acronis console, add Akave as an S3-compatible backup location:
    1. Go to Backup StorageBackupsLocationsAdd locationPublic CloudS3 Compatible

Acronis Menu Acronis Menu 2

  1. Click “Connect” and enter your Akave credentials:
    • Endpoint URL
    • Access Key ID
    • Secret Access Key
    • Select the “AuthV4” authentication protocol

Note: In the menu below, the “Management Agent” option is the device you set up in Step 2.

Acronis Configuration

Then select the bucket you would like to use for backups (you should have already created this bucket using the same credentials used above).

Acronis Configuration 2

  1. Once you have installed the Management Agent, you can create a backup plan for the device by selecting the device from the console then selecting ProtectCreate PlanProtection and then configuring the backup settings as needed. Just make sure to select “S3 compatible location” which you set up in the previous steps for the “Where to back up” option.

Acronis Plan

  1. You can now run backups and restore data as needed. To test that the backup is working correctly, select “Run now” on the backup plan you created in the last step.

Acronis Run

You should see a folder similar to the following in the bucket you selected for your backups:

Acronis Backup

This directory contains the backup data for your device stored in a binary format Acronis uses to reconstruct the backup.

Acronis Cyber Infrastructure (Backup Gateway)

This option is best when you want a dedicated gateway you control (deployment region, networking/VPC, instance sizing) while still using Akave for the underlying S3-compatible storage target.

Note: Acronis has a reference guide for using Amazon S3 storage with Acronis Backup Gateway deployed on EC2. The Akave setup is similar and requires a minor configuration change in the “Setting up Backup Gateway” section, and the below instructions closely follow their setup process.

Launching the Gateway

  1. From AWS Marketplace, open Acronis Backup Gateway:
  2. Subscribe to the software (free) and launch the software using the “Launch your software” button.

For the instance configuration select the following options:

  • Service: Amazon EC2
  • Launch Method: One-click launch from AWS Marketplace
  • Version: Latest stable
  • Region: Preferred region (example: US East (N. Virginia))
  • Instances: 1
  • Instance type: t2.large
  • Choose a VPC, subnet, security group, and key pair. Instructions for creating these can be found in the AWS documentation:

Acronis Launch

You’re now ready to launch the instance!

Connecting to the Gateway

  1. After launching, you’ll see the button which says “View instance on EC2” which you can click to view the instance in a new tab, and then click “Connect” to view the various connection instructions.

First click “View instance on EC2”: Acronis Launch 2

Then click “Connect”: Acronis Launch 3

We’ll be connecting to the instance using SSH and the key file created in the previous step (e.g., name.pem):

chmod 400 name.pem
ssh -i "name.pem" cloud-user@ec2-54-237-90-228.compute-1.amazonaws.com
ℹ️
Make sure to replace name.pem with the name of your key file and ec2-54-237-90-228.compute-1.amazonaws.com with the public DNS of your EC2 instance. This public DNS will be different each time an instance is launched.
  1. Once you’ve successfully connected to your instance, retrieve the initial admin password:
cat /.initial-admin-password
  1. Login to the web portal using the password from the previous step and the 8888 port for your instance.
    • Example: https://ec2-54-237-90-228.compute-1.amazonaws.com:8888/
    • username: admin
    • password: value from /.initial-admin-password

Acronis Login

Configuring the Gateway

Create and configure the Backup Gateway:

  1. Go to InfrastructureNetworks and ensure the network(s) you will use include:
    • ABGW private traffic type
    • ABGW public traffic type Acronis 1
  2. In the left sidebar, click Storage servicesBackup storage, then click Create Backup Storage. Acronis 2
  3. Select Public Cloud as the storage type. Acronis 3
  4. Select the node(s) that will run the gateway services, then click Next. Acronis 4
  5. On the Public cloud page, select AuthV4 compatible (S3) and fill out the S3 parameters using your Akave:
    • Endpoint URL
    • Region
    • Bucket name
    • Access Key ID
    • Secret Access Key Acronis 5
  6. On Storage policy, leave defaults unless you have specific redundancy requirements. Acronis 6
  7. On DNS configuration, add the domain name you want to use for the gateway (e.g., backup.example.com) and make sure it has a DNS record pointing to the gateway IP address. Acronis 7
  8. On Acronis account, enter the URL of the cloud management portal (e.g., https://cloud.acronis.com), or the hostname/IP address and port of the local management server (e.g., http://192.168.1.2:9877) along with your credentials. Acronis 8
  9. Review the configuration and click Create to finalize the gateway setup. Acronis 9
Last updated on