You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You need to register the new machine name with recovery services vault.
127
127
* When you register the new name with the vault, the first operation is a *full* backup.
128
-
* If you need to recover data backed up to the vault with the old server name, use the option to restore to an alternate location in the Recover Data Wizard. [Learn more](backup-azure-restore-windows-server.md#use-instant-restore-to-restore-data-to-an-alternate-machine).
128
+
* If you need to recover data backed up to the vault with the old server name, use the option to restore to an alternate location in the Recover Data Wizard. [Learn more](backup-azure-restore-windows-server.md#restore-data-to-an-alternate-machine-using-instant-restore).
129
129
130
130
- question: |
131
131
What is the maximum file path length for backup?
@@ -256,7 +256,7 @@ sections:
256
256
257
257
| Original Machine | Passphrase | Available Options |
258
258
| --- | --- | --- |
259
-
| Lost |Available |You can install and register the MARS agent on another machine with the same passphrase that you provided during registration of the original machine. Choose **Recovery Option** > **Another location** to perform your restore. For more information, see this [article](./backup-azure-restore-windows-server.md#use-instant-restore-to-restore-data-to-an-alternate-machine).
259
+
| Lost |Available |You can install and register the MARS agent on another machine with the same passphrase that you provided during registration of the original machine. Choose **Recovery Option** > **Another location** to perform your restore. For more information, see this [article](./backup-azure-restore-windows-server.md#restore-data-to-an-alternate-machine-using-instant-restore).
260
260
| Lost |Lost |Not possible to recover the data or data isn't available |
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-manage-mars.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Manage and monitor MARS Agent backups
3
3
description: Learn how to manage and monitor Microsoft Azure Recovery Services (MARS) Agent backups by using the Azure Backup service.
4
4
ms.reviewer: srinathv
5
5
ms.topic: how-to
6
-
ms.date: 06/18/2025
6
+
ms.date: 06/20/2025
7
7
ms.service: azure-backup
8
8
ms.custom: engagement-fy23
9
9
author: jyothisuri
@@ -273,7 +273,7 @@ For these machines, the Azure Backup service ensures that the latest recovery po
273
273
Managing the backup policy for MARS is done through the MARS console and not through the portal. If you need to extend retention settings for existing recovery points before they expire, then you need to restore the machine, install the MARS console, and extend the policy.
274
274
275
275
- To restore the machine, perform the following steps:
276
-
1.[Restore the VM to an alternate target machine](backup-azure-restore-windows-server.md#use-instant-restore-to-restore-data-to-an-alternate-machine)
276
+
1.[Restore the VM to an alternate target machine](backup-azure-restore-windows-server.md#restore-data-to-an-alternate-machine-using-instant-restore)
277
277
1. Recreate the target machine with same host name as the source machine
278
278
1. Install the agent and re-register to the same vault and with the same passphrase
279
279
1. Launch the MARS client to extend the retention duration according to your requirements
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-mars-troubleshoot.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Troubleshoot the Azure Backup agent
3
3
description: In this article, learn how to troubleshoot the installation and registration of the Azure Backup agent.
4
4
ms.topic: troubleshooting
5
-
ms.date: 05/19/2025
5
+
ms.date: 06/20/2025
6
6
ms.service: azure-backup
7
7
ms.custom:
8
8
- engagement-fy24
@@ -230,7 +230,7 @@ Azure Backup might not successfully mount the recovery volume, even after severa
230
230
231
231
9. Retry recovery by using [Instant Restore](backup-instant-restore-capability.md).
232
232
233
-
If the recovery still fails, restart your server or client. If you don't want to restart, or if the recovery still fails even after you restart the server, try [recovering from another machine](backup-azure-restore-windows-server.md#use-instant-restore-to-restore-data-to-an-alternate-machine).
233
+
If the recovery still fails, restart your server or client. If you don't want to restart, or if the recovery still fails even after you restart the server, try [recovering from another machine](backup-azure-restore-windows-server.md#restore-data-to-an-alternate-machine-using-instant-restore).
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-restore-windows-server.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,21 @@
2
2
title: Restore files to Windows Server using the MARS Agent
3
3
description: In this article, learn how to restore data stored in Azure to a Windows server or Windows computer with the Microsoft Azure Recovery Services (MARS) Agent.
4
4
ms.topic: how-to
5
-
ms.date: 08/14/2023
5
+
ms.date: 06/20/2025
6
6
author: jyothisuri
7
7
ms.author: jsuri
8
8
---
9
9
# Restore files to Windows Server using the MARS Agent
10
10
11
-
This article explains how to restore data from a backup vault. To restore data, you use the Recover Data wizard in the Microsoft Azure Recovery Services (MARS) Agent. You can:
11
+
This article describes how to restore data from a backup vault. To restore data, you use the Recover Data wizard in the Microsoft Azure Recovery Services (MARS) Agent.
12
+
13
+
## Key features
14
+
15
+
The MARS Agent enables seamless restoration of files to Windows Server. By using this feature, you can:
12
16
13
17
* Restore data to the same machine from which the backups were taken.
14
18
* Restore data to an alternate machine.
15
-
*If you have Cross Region Restore enabled on your vault, you can restore the backup data from the secondary region.
19
+
*Restore the backup data from the secondary region, if you have Cross Region Restore enabled on your vault.
16
20
17
21
Use the Instant Restore feature to mount a writeable recovery point snapshot as a recovery volume. You can then explore the recovery volume and copy files to a local computer, thus selectively restoring files.
18
22
@@ -24,9 +28,11 @@ Use Instant Restore with Recovery Services vaults in the Azure portal. If you st
## Use Instant Restore to recover data to the same machine
31
+
## Recover data to the same machine using Instant Restore
28
32
29
-
If you accidentally deleted a file and want to restore it to the same machine (from which the backup is taken), the following steps will help you recover the data.
33
+
If you accidentally deleted a file, MARS allows you to restore it to the same machine (from which the backup is taken).
34
+
35
+
To recover the data to the same machine, follow these steps:
30
36
31
37
1. Open the **Microsoft Azure Backup** snap-in. If you don't know where the snap-in was installed, search the computer or server for **Microsoft Azure Backup**.
32
38
@@ -81,11 +87,9 @@ If you accidentally deleted a file and want to restore it to the same machine (f
81
87
> If you don't select **Unmount**, the recovery volume will remain mounted for 6 hours from the time when it was mounted. However, the mount time is extended to a maximum of 7 days in case of an ongoing file-copy. No backup operations will run while the volume is mounted. Any backup operation scheduled to run during the time when the volume is mounted will run after the recovery volume is unmounted.
82
88
>
83
89
84
-
## Use Instant Restore to restore data to an alternate machine
85
-
86
-
If your entire server is lost, you can still recover data from Azure Backup to a different machine. The following steps illustrate the workflow.
90
+
## Restore data to an alternate machine using Instant Restore
87
91
88
-
These steps include the following terminology:
92
+
If your entire server is lost, you can still recover data from Azure Backup to a different machine. Before you proceed, review the following terminology:
89
93
90
94
**Source machine* – The original machine from which the backup was taken, and which is currently unavailable.
91
95
**Target machine* – The machine to which the data is being recovered.
@@ -95,6 +99,7 @@ These steps include the following terminology:
95
99
> Backups can't be restored to a target machine that's running an earlier version of the operating system. For example, a backup taken from a Windows 7 computer can be restored on a Windows 7 (or later) computer. A backup taken from a Windows 10 computer can't be restored to a Windows 7 computer.
96
100
>
97
101
>
102
+
To recover the data to an alternate machine, follow these steps:
98
103
99
104
1. Open the **Microsoft Azure Backup** snap-in on the target machine.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-security-feature.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Security features that protect hybrid backups
3
3
description: Learn how to use security features in Azure Backup to make backups more secure
4
4
ms.reviewer: utraghuv
5
5
ms.topic: how-to
6
-
ms.date: 09/10/2024
6
+
ms.date: 06/20/2025
7
7
ms.service: azure-backup
8
8
author: jyothisuri
9
9
ms.author: jsuri
@@ -60,8 +60,8 @@ If security features setting is enabled, Azure Backup retains deleted backup dat
60
60
61
61
For **Azure Recovery Services agent** users:
62
62
63
-
1. If the computer where backups were happening is still available, reprotect the deleted data sources, and use the [Recover data to the same machine](backup-azure-restore-windows-server.md#use-instant-restore-to-recover-data-to-the-same-machine) in Azure Recovery Services, to recover from all the old recovery points.
64
-
2. If this computer isn't available, use [Recover to an alternate machine](backup-azure-restore-windows-server.md#use-instant-restore-to-restore-data-to-an-alternate-machine) to use another Azure Recovery Services computer to get this data.
63
+
1. If the computer where backups were happening is still available, reprotect the deleted data sources, and use the [Recover data to the same machine](backup-azure-restore-windows-server.md#recover-data-to-the-same-machine-using-instant-restore) in Azure Recovery Services, to recover from all the old recovery points.
64
+
2. If this computer isn't available, use [Recover to an alternate machine](backup-azure-restore-windows-server.md#restore-data-to-an-alternate-machine-using-instant-restore) to use another Azure Recovery Services computer to get this data.
0 commit comments