---
title: "Preparing a Bare Metal Server backup with Veeam Enterprise (EN)"
description: "Learn how to prepare to back up your Bare Metal Server using Veeam Backup and Replication (Enterprise)"
url: https://docs.ovhcloud.com/es/guides/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation
lang: es
lastUpdated: 2024-04-05
---
# Preparing a Bare Metal Server backup with Veeam Enterprise (EN)

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

- An [OVHcloud Bare Metal server](https://www.ovhcloud.com/es-es/bare-metal/)
- A [Veeam Enterprise Backup solution](https://www.ovhcloud.com/es-es/storage-solutions/veeam-enterprise/)
- [OVHcloud Object Storage](https://www.ovhcloud.com/es-es/public-cloud/object-storage/) (optional)

## Instructions

### Setting up your Dedicated Server

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

Browse our [Getting Started guides](/es/guides/bare-metal-cloud/dedicated-servers/getting-started-with-dedicated-server.md) for Dedicated Servers.

You can also configure your Dedicated Server to use the private network by following the steps in [this guide](/es/guides/bare-metal-cloud/dedicated-servers/vrack-configuring-on-dedicated-server.md).

### Setting up your Veeam Enterprise backup server

Download, install, and license your Veeam Enterprise backup server using our guide [Setting up Veeam Backup & Replication](/es/guides/storage-and-backup/backup-and-disaster-recovery-solutions/veeam/veeam-veeam-backup-replication.md).

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](#gofurther) step.

### Setting up your Object Storage

Object Storage creation and configuration can be done in the `Public Cloud
` 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](/es/guides/public-cloud/cross-functional/create-a-public-cloud-project.md) guide.

[Create an Object Storage container](/es/guides/storage-and-backup/object-storage/s3-getting-started-with-object-storage.md) 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.

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

```json
{
  "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
` and then `Object Storage
` under the `Storage`
 section. Click on the more options `...
` button to the right of the Object Storage user and choose `Import S3 Policy (JSON)
`.
Select the JSON file you just edited and click `Import
`.
![Object Storage - Object Storage user - JSON import](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-01.png)
### Configuring the Object Storage repository in Veeam Enterprise

From the Veeam application, select `Backup Infrastructure
`, `Backup Repositories
`, and `Add Repository
`.
![Veeam - add respository](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-02.png)
Select `Object storage
` as the repository type.
![Veeam - Object Storage](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-03.png)
Select `S3 Compatible
`.
![Veeam - S3 compatible](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-04.png)
Give the new repository a **Name**
 and click `Next
`.
![Veeam - repository name](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-05.png)
Enter the **Service point** (Endpoint) and **Region** information for your Object Storage service.

You can find this information in the <code className="action">Public Cloud</code> section of the <ManagerLink to="/">OVHcloud Control Panel</ManagerLink>.
Click <code className="action">Object Storage</code> then click the <code className="action">...</code> button to the right of your container and click <code className="action">Display objects</code>.
![Object storage - display objects](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-06.png)![Object storage - endpoint](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-07.png)
![Veeam - service endpoint and region](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-08.png)
Click `Add
` to enter your credentials. Enter your **Access key**
 and **Secret key**
 and then click `OK
`.
This information is available in the OVHcloud Control Panel under the <code className="action">Object Storage Users</code> tab. The **Access key** is visible on the main page.
The **Secret key** can be found by clicking the more options <code className="action">...</code> button and selecting <code className="action">View the secret key</code>.
![Object storage - keys](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-09.png)
![Veeam - keys](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-10.png)
Click `Browse...
` to select the **Bucket**
.
![Veeam - bucket](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-11.png)
Select the bucket and click `OK
`.
![Veeam - bucket](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-12.png)
Click `Browse...
` to select the **Folder**
.
![Veeam - folder](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-13.png)
Click `New Folder
`, enter a name for the folder, select it, and then click `OK
`.
![Veeam - folder](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-14.png)
On the Mount Server screen, click `Next
`.
![Veeam - Mount Server](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-15.png)
On the Review screen, click `Apply
`.
![Veeam - review](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-16.png)
After the processes run successfully, click `Next
`.
![Veeam - process end](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-17.png)
Review the Summary page and click `Finish
`.
![Veeam - summary](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-18.png)
The Backup Repositories should now look similar to this:

![Veeam - repositories](/images/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-preparation/backup-preparation-19.png)
You can now proceed to perform a backup with Veeam Enterprise.

## Go further [](#)
Back up your environment using the Linux or Windows guide below:

- For Linux: [Backing Up a Bare Metal Linux Server with Veeam Enterprise](/es/guides/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-linux.md)
- For Windows: [Backing Up a Bare Metal Server Using Veeam Agent for Windows](/es/guides/bare-metal-cloud/dedicated-servers/veeam-enterprise-server-backup-windows-agent.md)

Join our [community of users](https://community.ovhcloud.com/).
