Skip to content

Commit aea43a4

Browse files
authored
Merge pull request #7731 from ovh/ds-baremetal-recovery
Bare Metal Recovery with Veeam Agent – Guide creation
2 parents d6b6682 + bca8aa1 commit aea43a4

32 files changed

+2108
-0
lines changed

pages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,6 +1801,7 @@
18011801
+ [Configuring HYCU Backup](hosted_private_cloud/nutanix_on_ovhcloud/40-hycu-backup)
18021802
+ [Agent Backup for IaaS](storage-backup-and-disaster-recovery-solution-agent-backup-for-iaas)
18031803
+ [Getting started with VSPC](storage_and_backup/backup_and_disaster_recovery_solutions/veeam/VSPC_first_steps)
1804+
+ [Bare Metal recovery with Veeam Backup Agent](storage_and_backup/backup_and_disaster_recovery_solutions/veeam/veeam_agent_bare_metal_recovery)
18041805
+ [Managed Kubernetes - Data Protection](storage-backup-and-disaster-recovery-solution-kubernetes-data-protection)
18051806
+ [Backup and Restore OVHcloud Managed Kubernetes Cluster, Namespace and Applications using TrilioVault for Kubernetes](public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-namespace-and-applications-with-trilio)
18061807
+ [Backing-up an OVHcloud Managed Kubernetes cluster using CloudCasa](public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa)
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
---
2+
title: Bare Metal recovery with Veeam Backup Agent
3+
excerpt: Learn how to restore your entire system using a recovery ISO and Veeam backups stored at OVHcloud, whether hosted or on-premise
4+
updated: 2025-04-17
5+
---
6+
7+
## Objective
8+
9+
**This guide explains how to recover your entire system using Veeam's Bare Metal Recovery, with your backups stored in a Veeam Cloud Connect repository hosted by OVHcloud.**
10+
11+
You’ll learn how to:
12+
13+
- Create a recovery ISO (a file that helps you start your machine when it doesn’t boot)
14+
- Use it to access and restore your latest backup stored on the OVHcloud infrastructure
15+
16+
This guide is designed for all OVHcloud customers using Veeam backup, whether your infrastructure is hosted by us or on your own premises.
17+
18+
You can use it if you're running:
19+
20+
- A Windows-based VPS
21+
- A Public Cloud Compute instance with Windows
22+
- A Bare Metal server using the Veeam Agent
23+
- A Hosted Private Cloud (PCC) VM running Windows
24+
- A physical or virtual machine on your premises with Windows or Linux
25+
26+
> [!warning]
27+
> This guide focuses on the Veeam Agent for Windows. If you're using the Veeam Agent for Linux, the process is similar, although the interface is text-based.
28+
29+
## Requirements
30+
31+
Before you begin, make sure you have:
32+
33+
- A [Veeam Enterprise solution](/links/hosted-private-cloud/veeam-enterprise) set up with OVHcloud
34+
- A tenant delivered with the Alpha Backup Agent
35+
- A machine where the Veeam Backup Agent is installed and has already pushed at least one backup to the Cloud Connect repository
36+
- A supported operating system:
37+
- Windows Server 2012 or newer, or
38+
- A Linux distribution supported by Veeam Agent for Linux
39+
- Administrator access to the machine
40+
- A way to boot from the recovery ISO:
41+
- Use a USB key or external drive if you're restoring a physical machine
42+
- Use a virtual CD/DVD drive if you're restoring a virtual machine
43+
44+
## Instructions
45+
46+
### Step 1: Create your recovery media ISO
47+
48+
If your computer ever stops working, you’ll need a recovery ISO to boot it up.
49+
50+
Here's how to create it:
51+
52+
1\. Open the **Create Recovery Media** tool on your computer (it comes with the Veeam Backup Agent).
53+
54+
![Launch the Create Recovery Media tool](images/bare_metal_recovery_01.png){.thumbnail}
55+
56+
2\. Veeam will ask if you want to include extra drivers.
57+
58+
> **Tip:** If you’re using special hardware (like a RAID controller or a Wi-Fi dongle), select the drivers you need. Otherwise, the default is usually fine.
59+
60+
![Select drivers for boot image](images/bare_metal_recovery_02.png){.thumbnail}
61+
62+
3\. Choose where to save the recovery ISO and give it a name.
63+
64+
![Set ISO location and name](images/bare_metal_recovery_03.png){.thumbnail}
65+
66+
4\. Let the tool finish. Your ISO file will be created.
67+
68+
![Recovery ISO creation complete](images/bare_metal_recovery_04.png){.thumbnail}
69+
70+
![Recovery file](images/bare_metal_recovery_05.png){.thumbnail}
71+
72+
You can now use this ISO to create a bootable USB stick using a tool like Rufus — or, if you're restoring a VM, mount the ISO directly in your VM management console.
73+
74+
### Step 2: Boot your computer from the recovery ISO
75+
76+
If your system isn’t working and you need to restore it:
77+
78+
1\. Plug in the USB stick or mount the ISO in your VM console, then **boot the system from it**.
79+
80+
> **Not sure how to boot from USB?** Restart your physical machine and press the key shown (usually F2, F12, ESC, or DEL) to access the boot menu.
81+
> **For virtual machines**, use your hypervisor interface (e.g., OpenStack, vSphere, Proxmox) to attach the ISO and boot from it.
82+
83+
2\. Once the system starts, the Veeam Recovery Wizard will open. Click `Bare Metal Recovery`{.action}.
84+
85+
![Launch Bare Metal Recovery](images/step2_01.png){.thumbnail}
86+
87+
3\. Select `Network Storage`{.action} to access your online backups.
88+
89+
> [!warning]
90+
> If your network is not detected, you may need to manually configure it. Click `Configure network settings`{.action} and load any missing drivers.
91+
92+
![Select Network Storage](images/step2_02.png){.thumbnail}
93+
94+
4\. Select `Veeam Cloud Connect repository`{.action}.
95+
96+
![Choose Cloud Connect Repository](images/step2_03.png){.thumbnail}
97+
98+
5\. Enter the following address when prompted for the service provider:
99+
100+
```bash
101+
backup.private.ovhcloud.dev
102+
```
103+
104+
![Enter DNS](images/step2_04.png){.thumbnail}
105+
106+
6\. Enter your username and password to log in.
107+
108+
![Enter credentials](images/step2_05.png){.thumbnail}
109+
110+
7\. Select the `server`{.action} you want to restore.
111+
112+
![Select server](images/step2_06.png){.thumbnail}
113+
114+
8\. Choose the `restore point (date/time)`{.action} you want to go back to.
115+
116+
We recommend using the most recent successful backup unless you have a specific reason to go back further.
117+
118+
![Choose restore point](images/step2_07.png){.thumbnail}
119+
120+
9\. Choose the `Restore mode`{.action} that fits your situation (usually **Entire computer**).
121+
122+
![Recovery mode](images/step2_08.png){.thumbnail}
123+
124+
10\. Review the summary and start the `Restore`{.action}.
125+
126+
![Launch restore - confirmation](images/step2_09.png){.thumbnail}
127+
128+
![Launch restore - progress](images/step2_10.png){.thumbnail}
129+
130+
> [!warning]
131+
> The recovery process may take a while, depending on the size of your backup and your internet speed. Once complete, your system will reboot with all your data restored to the selected backup point.
132+
133+
## Go further
134+
135+
If you need training or technical assistance to implement our solutions, please contact your Technical Account Manager or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
136+
137+
Ask questions, give your feedback and interact directly with the team building our Hosted Private Cloud services on the dedicated [Discord](https://discord.gg/ovhcloud) channel.
138+
139+
Join our [community of users](/links/community).
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
---
2+
title: Bare Metal recovery with Veeam Backup Agent
3+
excerpt: Learn how to restore your entire system using a recovery ISO and Veeam backups stored at OVHcloud, whether hosted or on-premise
4+
updated: 2025-04-17
5+
---
6+
7+
## Objective
8+
9+
**This guide explains how to recover your entire system using Veeam's Bare Metal Recovery, with your backups stored in a Veeam Cloud Connect repository hosted by OVHcloud.**
10+
11+
You’ll learn how to:
12+
13+
- Create a recovery ISO (a file that helps you start your machine when it doesn’t boot)
14+
- Use it to access and restore your latest backup stored on the OVHcloud infrastructure
15+
16+
This guide is designed for all OVHcloud customers using Veeam backup, whether your infrastructure is hosted by us or on your own premises.
17+
18+
You can use it if you're running:
19+
20+
- A Windows-based VPS
21+
- A Public Cloud Compute instance with Windows
22+
- A Bare Metal server using the Veeam Agent
23+
- A Hosted Private Cloud (PCC) VM running Windows
24+
- A physical or virtual machine on your premises with Windows or Linux
25+
26+
> [!warning]
27+
> This guide focuses on the Veeam Agent for Windows. If you're using the Veeam Agent for Linux, the process is similar, although the interface is text-based.
28+
29+
## Requirements
30+
31+
Before you begin, make sure you have:
32+
33+
- A [Veeam Enterprise solution](/links/hosted-private-cloud/veeam-enterprise) set up with OVHcloud
34+
- A tenant delivered with the Alpha Backup Agent
35+
- A machine where the Veeam Backup Agent is installed and has already pushed at least one backup to the Cloud Connect repository
36+
- A supported operating system:
37+
- Windows Server 2012 or newer, or
38+
- A Linux distribution supported by Veeam Agent for Linux
39+
- Administrator access to the machine
40+
- A way to boot from the recovery ISO:
41+
- Use a USB key or external drive if you're restoring a physical machine
42+
- Use a virtual CD/DVD drive if you're restoring a virtual machine
43+
44+
## Instructions
45+
46+
### Step 1: Create your recovery media ISO
47+
48+
If your computer ever stops working, you’ll need a recovery ISO to boot it up.
49+
50+
Here's how to create it:
51+
52+
1\. Open the **Create Recovery Media** tool on your computer (it comes with the Veeam Backup Agent).
53+
54+
![Launch the Create Recovery Media tool](images/bare_metal_recovery_01.png){.thumbnail}
55+
56+
2\. Veeam will ask if you want to include extra drivers.
57+
58+
> **Tip:** If you’re using special hardware (like a RAID controller or a Wi-Fi dongle), select the drivers you need. Otherwise, the default is usually fine.
59+
60+
![Select drivers for boot image](images/bare_metal_recovery_02.png){.thumbnail}
61+
62+
3\. Choose where to save the recovery ISO and give it a name.
63+
64+
![Set ISO location and name](images/bare_metal_recovery_03.png){.thumbnail}
65+
66+
4\. Let the tool finish. Your ISO file will be created.
67+
68+
![Recovery ISO creation complete](images/bare_metal_recovery_04.png){.thumbnail}
69+
70+
![Recovery file](images/bare_metal_recovery_05.png){.thumbnail}
71+
72+
You can now use this ISO to create a bootable USB stick using a tool like Rufus — or, if you're restoring a VM, mount the ISO directly in your VM management console.
73+
74+
### Step 2: Boot your computer from the recovery ISO
75+
76+
If your system isn’t working and you need to restore it:
77+
78+
1\. Plug in the USB stick or mount the ISO in your VM console, then **boot the system from it**.
79+
80+
> **Not sure how to boot from USB?** Restart your physical machine and press the key shown (usually F2, F12, ESC, or DEL) to access the boot menu.
81+
> **For virtual machines**, use your hypervisor interface (e.g., OpenStack, vSphere, Proxmox) to attach the ISO and boot from it.
82+
83+
2\. Once the system starts, the Veeam Recovery Wizard will open. Click `Bare Metal Recovery`{.action}.
84+
85+
![Launch Bare Metal Recovery](images/step2_01.png){.thumbnail}
86+
87+
3\. Select `Network Storage`{.action} to access your online backups.
88+
89+
> [!warning]
90+
> If your network is not detected, you may need to manually configure it. Click `Configure network settings`{.action} and load any missing drivers.
91+
92+
![Select Network Storage](images/step2_02.png){.thumbnail}
93+
94+
4\. Select `Veeam Cloud Connect repository`{.action}.
95+
96+
![Choose Cloud Connect Repository](images/step2_03.png){.thumbnail}
97+
98+
5\. Enter the following address when prompted for the service provider:
99+
100+
```bash
101+
backup.private.ovhcloud.dev
102+
```
103+
104+
![Enter DNS](images/step2_04.png){.thumbnail}
105+
106+
6\. Enter your username and password to log in.
107+
108+
![Enter credentials](images/step2_05.png){.thumbnail}
109+
110+
7\. Select the `server`{.action} you want to restore.
111+
112+
![Select server](images/step2_06.png){.thumbnail}
113+
114+
8\. Choose the `restore point (date/time)`{.action} you want to go back to.
115+
116+
We recommend using the most recent successful backup unless you have a specific reason to go back further.
117+
118+
![Choose restore point](images/step2_07.png){.thumbnail}
119+
120+
9\. Choose the `Restore mode`{.action} that fits your situation (usually **Entire computer**).
121+
122+
![Recovery mode](images/step2_08.png){.thumbnail}
123+
124+
10\. Review the summary and start the `Restore`{.action}.
125+
126+
![Launch restore - confirmation](images/step2_09.png){.thumbnail}
127+
128+
![Launch restore - progress](images/step2_10.png){.thumbnail}
129+
130+
> [!warning]
131+
> The recovery process may take a while, depending on the size of your backup and your internet speed. Once complete, your system will reboot with all your data restored to the selected backup point.
132+
133+
## Go further
134+
135+
If you need training or technical assistance to implement our solutions, please contact your Technical Account Manager or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
136+
137+
Ask questions, give your feedback and interact directly with the team building our Hosted Private Cloud services on the dedicated [Discord](https://discord.gg/ovhcloud) channel.
138+
139+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)