|
1 | 1 | ---
|
2 |
| -title: Restore VMware VMs with Azure Backup Server |
3 |
| -description: Use Azure Backup Server (MABS) to restore VMware VMs running on a VMware vCenter/ESXi server. |
| 2 | +title: Restore VMware virtual machines using Azure Backup Server |
| 3 | +description: Learn how to use Microsoft Azure Backup Server (MABS) to restore VMware VM recovery points. |
4 | 4 | ms.topic: how-to
|
5 |
| -ms.date: 02/22/2024 |
| 5 | +ms.date: 02/25/2025 |
6 | 6 | author: jyothisuri
|
7 | 7 | ms.author: jsuri
|
8 | 8 | ---
|
9 |
| -# Restore VMware virtual machines |
| 9 | +# Restore VMware virtual machines using Azure Backup Server |
10 | 10 |
|
11 |
| -This article explains how to use Microsoft Azure Backup Server (MABS) to restore VMware VM recovery points. For an overview on using MABS to recover data, see [Recover protected data](./backup-azure-alternate-dpm-server.md). In the MABS Administrator Console, there are two ways to find recoverable data - search or browse. When recovering data, you may, or may not want to restore data or a VM to the same location. For this reason, MABS supports three recovery options for VMware VM backups: |
| 11 | +This article describes how to use Microsoft Azure Backup Server (MABS) to restore VMware VM recovery points. For an overview on using MABS to recover data, see [Recover protected data](./backup-azure-alternate-dpm-server.md). In the MABS Administrator Console, there are two ways to find recoverable data - search or browse. When recovering data, you might choose to restore data or a VM to the same location. |
12 | 12 |
|
13 |
| -* **Original location recovery (OLR)** - Use OLR to restore a protected VM to its original location. You can restore a VM to its original location only if no disks have been added or deleted, since the backup occurred. If disks have been added or deleted, you must use alternate location recovery. |
| 13 | +The following table lists the supported recovery options in MABS for VMware VM restore: |
14 | 14 |
|
15 |
| -* **Alternate location recovery (ALR)** - When the original VM is missing, or you don't want to disturb the original VM, recover the VM to an alternate location. To recover a VM to an alternate location, you must provide the location of an ESXi host, resource pool, folder, and the storage datastore and path. To help differentiate the restored VM from the original VM, MABS appends "-Recovered" to the name of the VM. |
16 |
| - |
17 |
| -* **Individual file location recovery (ILR)** - If the protected VM is a Windows Server VM, individual files/folders inside the VM can be recovered using MABS’s ILR capability. To recover individual files, see the procedure later in this article. |
| 15 | +| Recovery option | Description | |
| 16 | +| --- | --- | |
| 17 | +| **Original location recovery (OLR)** | This option helps you to restore a protected VM to its original location. You can restore a VM to its original location only if no disks have been added or deleted, since the backup occurred. If disks have been added or deleted, you must use alternate location recovery. | |
| 18 | +| **Alternate location recovery (ALR)** | When the original VM is missing, or you don't want to disturb the original VM, recover the VM to an alternate location. To recover a VM to an alternate location, you must provide the location of an ESXi host, resource pool, folder, and the storage datastore and path. To help differentiate the restored VM from the original VM, MABS appends `-Recovered` to the name of the VM. | |
| 19 | +| **Individual file location recovery (ILR)** | If the protected VM is a Windows Server VM, individual files/folders inside the VM can be recovered using MABS’s ILR capability. To recover individual files, see the procedure later in this article. | |
18 | 20 |
|
19 | 21 | ## Restore a recovery point
|
20 | 22 |
|
| 23 | +To restore a recovery point of a VMware VM, follow these steps: |
| 24 | + |
21 | 25 | 1. In the MABS Administrator Console, select **Recovery view**.
|
22 | 26 |
|
23 | 27 | 2. On the **Browse** pane, browse or filter to find the VM you want to recover. Once you select a VM or folder, the Recovery points for pane displays the available recovery points.
|
@@ -46,7 +50,9 @@ This article explains how to use Microsoft Azure Backup Server (MABS) to restore
|
46 | 50 |
|
47 | 51 | ## Restore an individual file from a VM
|
48 | 52 |
|
49 |
| -You can restore individual files from a protected VM recovery point. This feature is only available for Windows Server VMs. Restoring individual files is similar to restoring the entire VM, except you browse into the VMDK and find the file(s) you want, before starting the recovery process. To recover an individual file or select files from a Windows Server VM: |
| 53 | +You can restore individual files from a protected VM recovery point. This feature is only available for Windows Server VMs. Restoring individual files is similar to restoring the entire VM, except you browse into the VMDK and find the file(s) you want, before starting the recovery process. |
| 54 | + |
| 55 | +To recover an individual file or select files from a Windows Server VM, follow these steps: |
50 | 56 |
|
51 | 57 | >[!NOTE]
|
52 | 58 | >Restoring an individual file from a VM, and from Disk and Online recovery Points.
|
|
0 commit comments