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 |
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).
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.
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.
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}.
From the Veeam application, select Backup Infrastructure
{.action}, Backup Repositories
{.action}, and Add Repository
{.action}.
Select Object storage
{.action} as the repository type.
Select S3 Compatible
{.action}.
Give the new repository a Name and click Next
{.action}.
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. ClickObject Storage
{.action} then click the...
{.action} button to the right of your container and clickDisplay objects
{.action}.
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 selectingView the secret key
{.action}.
Click Browse...
{.action} to select the Bucket.
Select the bucket and click OK
{.action}.
Click Browse...
{.action} to select the Folder.
Click New Folder
{.action}, enter a name for the folder, select it, and then click OK
{.action}.
On the Mount Server screen, click Next
{.action}.
On the Review screen, click Apply
{.action}.
After the processes run successfully, click Next
{.action}.
Review the Summary page and click Finish
{.action}.
The Backup Repositories should now look similar to this:
You can now proceed to perform a backup with Veeam Enterprise.
Back up your environment using the Linux or Windows guide below:
- For Linux: Backing Up a Bare Metal Linux Server with Veeam Enterprise
- For Windows: Backing Up a Bare Metal Server Using Veeam Agent for Windows
Join our community of users.