Skip to content

Latest commit

 

History

History
166 lines (104 loc) · 7.11 KB

File metadata and controls

166 lines (104 loc) · 7.11 KB
title excerpt updated
Preparing a Bare Metal Server backup with Veeam Enterprise (EN)
Learn how to prepare to back up your Bare Metal Server using Veeam Backup and Replication (Enterprise)
2024-04-05

Objective

Backing up a Bare Metal server with Veeam Enterprise involves several applications and services to work together. The process may also change based on your configuration and preferences.

Learn how to prepare to back up your Bare Metal Server using Veeam Backup and Replication (Enterprise).

Requirements

Instructions

Setting up your Dedicated Server

Your OVHcloud Bare Metal server needs to be installed and configured.

Browse our Getting Started guides for Dedicated Servers.

You can also configure your Dedicated Server to use the private network by following the steps in this guide.

Setting up your Veeam Enterprise backup server

Download, install, and license your Veeam Enterprise backup server using our guide Setting up Veeam Backup & Replication.

From here, you can keep reading to learn how to set up Object Storage as your repository or you can go directly to the Go further step.

Setting up your Object Storage

Object Storage creation and configuration can be done in the Public Cloud{.action} section of the OVHcloud Control Panel.

If you don't have already a Public Cloud project in your OVHcloud account, read our Creating your first OVHcloud Public Cloud project guide.

Create an Object Storage container using one of OVHcloud's Object Storage solutions (Standard or High Performance). Standard is recommended since this backup usually does not require High Performance storage.

[!primary] When ordering an Object Storage container from OVHcloud, only order Standard Object Storage or the *High Performance Object Storage. These containers support the Amazon S3 protocol fully and are designed for use as backup repositories.

Give the Object Storage user rights to the container by copying and pasting the text below into a JSON file.

{
  "Statement":[
    {
      "Action":
         [
             "s3:GetObject",
             "s3:PutObject",
             "s3:DeleteObject",
             "s3:ListBucket",
             "s3:ListMultipartUploadParts",
             "s3:ListBucketMultipartUploads",
             "s3:AbortMultipartUpload",
             "s3:GetBucketLocation"
          ],
      "Effect":"Allow",
      "Resource":
          [
              "arn:aws:s3:::<container name>",
              "arn:aws:s3::: :::<container name>/*"
          ],
      "Sid":"RWContainer"
     }
  ]
}

Make sure to replace container name with your actual Object Storage container name.

From the OVHcloud Control Panel, select Public Cloud{.action} and then Object Storage{.action} under the Storage section. Click on the more options ...{.action} button to the right of the Object Storage user and choose Import S3 Policy (JSON){.action}.

Select the JSON file you just edited and click Import{.action}.

Object Storage - Object Storage user - JSON import{.thumbnail}

Configuring the Object Storage repository in Veeam Enterprise

From the Veeam application, select Backup Infrastructure{.action}, Backup Repositories{.action}, and Add Repository{.action}.

Veeam - add respository{.thumbnail}

Select Object storage{.action} as the repository type.

Veeam - Object Storage{.thumbnail}

Select S3 Compatible{.action}.

Veeam - S3 compatible{.thumbnail}

Give the new repository a Name and click Next{.action}.

Veeam - repository name{.thumbnail}

Enter the Service point (Endpoint) and Region information for your Object Storage service.

You can find this information in the Public Cloud{.action} section of the OVHcloud Control Panel. Click Object Storage{.action} then click the ...{.action} button to the right of your container and click Display objects{.action}.

Object storage - display objects{.thumbnail}

Object storage - endpoint{.thumbnail}

Veeam - service endpoint and region{.thumbnail}

Click Add{.action} to enter your credentials. Enter your Access key and Secret key and then click OK{.action}.

This information is available in the OVHcloud Control Panel under the Object Storage Users{.action} tab. The Access key is visible on the main page. The Secret key can be found by clicking the more options ...{.action} button and selecting View the secret key{.action}.

Object storage - keys{.thumbnail}

Veeam - keys{.thumbnail}

Click Browse...{.action} to select the Bucket.

Veeam - bucket{.thumbnail}

Select the bucket and click OK{.action}.

Veeam - bucket{.thumbnail}

Click Browse...{.action} to select the Folder.

Veeam - folder{.thumbnail}

Click New Folder{.action}, enter a name for the folder, select it, and then click OK{.action}.

Veeam - folder{.thumbnail}

On the Mount Server screen, click Next{.action}.

Veeam - Mount Server{.thumbnail}

On the Review screen, click Apply{.action}.

Veeam - review{.thumbnail}

After the processes run successfully, click Next{.action}.

Veeam - process end{.thumbnail}

Review the Summary page and click Finish{.action}.

Veeam - summary{.thumbnail}

The Backup Repositories should now look similar to this:

Veeam - repositories{.thumbnail}

You can now proceed to perform a backup with Veeam Enterprise.

Go further

Back up your environment using the Linux or Windows guide below:

Join our community of users.