Skip to content

Commit f478ffb

Browse files
Merge pull request #272603 from AbhishekMallick-MS/Apr-18-2024-Freshness
Freshness - Recover files
2 parents 34f7e26 + b7ded9a commit f478ffb

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

articles/backup/tutorial-backup-restore-files-windows-server.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,62 @@
11
---
2-
title: 'Tutorial: Recover items to Windows Server'
2+
title: Tutorial - Recover items to Windows Server by using Azure Backup
33
description: In this tutorial, learn how to use the Microsoft Azure Recovery Services Agent (MARS) agent to recover items from Azure to a Windows Server.
4+
ms.service: backup
45
ms.topic: tutorial
56
ms.date: 02/14/2018
67
ms.custom: mvc
78
author: AbhishekMallick-MS
89
ms.author: v-abhmallick
910
---
10-
# Recover files from Azure to a Windows Server
11+
# Tutorial: Recover files from Azure to a Windows Server
1112

12-
Azure Backup enables the recovery of individual items from backups of your Windows Server. Recovering individual files is helpful if you must quickly restore files that are accidentally deleted. This tutorial covers how you can use the Microsoft Azure Recovery Services Agent (MARS) agent to recover items from backups you have already performed in Azure. In this tutorial you learn how to:
13+
This tutorial describes how to recover files from Azure to a Windows Server.
1314

14-
> [!div class="checklist"]
15-
>
16-
> * Initiate recovery of individual items
17-
> * Select a recovery point
18-
> * Restore items from a recovery point
15+
Azure Backup enables the recovery of individual items from backups of your Windows Server. Recovering individual files is helpful if you must quickly restore files that are accidentally deleted. This tutorial covers how you can use the Microsoft Azure Recovery Services Agent (MARS) agent to recover items from backups you have already performed in Azure.
1916

20-
This tutorial assumes you've already performed the steps to [Back up a Windows Server to Azure](backup-windows-with-mars-agent.md) and have at least one backup of your Windows Server files in Azure.
17+
## Before you start
18+
19+
Ensure that you have [backed up a Windows Server to Azure](backup-windows-with-mars-agent.md) and have at least one recovery point of your Windows Server files in Azure.
2120

2221
## Initiate recovery of individual items
2322

2423
A helpful user interface wizard named Microsoft Azure Backup is installed with the Microsoft Azure Recovery Services (MARS) agent. The Microsoft Azure Backup wizard works with the Microsoft Azure Recovery Services (MARS) agent to retrieve backup data from recovery points stored in Azure. Use the Microsoft Azure Backup wizard to identify the files or folders you want to restore to Windows Server.
2524

25+
To start recovery of individual items, follow these steps:
26+
2627
1. Open the **Microsoft Azure Backup** snap-in. You can find it by searching your machine for **Microsoft Azure Backup**.
2728

28-
![Microsoft Azure Backup snap-in](./media/tutorial-backup-restore-files-windows-server/mars.png)
29+
:::image type="content" source="./media/tutorial-backup-restore-files-windows-server/mars.png" alt-text="Screenshot shows the Microsoft Azure Backup snap-in." lightbox="./media/tutorial-backup-restore-files-windows-server/mars.png":::
2930

3031
2. In the wizard, select **Recover Data** in the **Actions Pane** of the agent console to start the **Recover Data** wizard.
3132

32-
![Select Recover Data](./media/tutorial-backup-restore-files-windows-server/mars-recover-data.png)
33+
:::image type="content" source="./media/tutorial-backup-restore-files-windows-server/mars-recover-data.png" alt-text="Screenshot shows how to select Recover Data." lightbox="./media/tutorial-backup-restore-files-windows-server/mars-recover-data.png":::
3334

3435
3. On the **Getting Started** page, select **This server (server name)** and select **Next**.
3536

3637
4. On the **Select Recovery Mode** page, select **Individual files and folders** and then select **Next** to begin the recovery point selection process.
3738

3839
5. On the **Select Volume and Date** page, select the volume that contains the files or folders you want to restore, and select **Mount**. Select a date, and select a time from the drop-down menu that corresponds to a recovery point. Dates in **bold** indicate the availability of at least one recovery point on that day.
3940

40-
![Select volume and date](./media/tutorial-backup-restore-files-windows-server/mars-select-date.png)
41+
:::image type="content" source="./media/tutorial-backup-restore-files-windows-server/mars-select-date.png" alt-text="Screenshot shows how to select volume and date." lightbox="./media/tutorial-backup-restore-files-windows-server/mars-select-date.png":::
4142

4243
When you select **Mount**, Azure Backup makes the recovery point available as a disk. Browse and recover files from the disk.
4344

4445
## Restore items from a recovery point
4546

4647
1. Once the recovery volume is mounted, select **Browse** to open Windows Explorer and find the files and folders you wish to recover.
4748

48-
![Select Browse](./media/tutorial-backup-restore-files-windows-server/mars-browse-recover.png)
49+
:::image type="content" source="./media/tutorial-backup-restore-files-windows-server/mars-browse-recover.png" alt-text="Screenshot shows how to select Browse." lightbox="./media/tutorial-backup-restore-files-windows-server/mars-browse-recover.png":::
4950

5051
You can open the files directly from the recovery volume and verify the files.
5152

5253
2. In Windows Explorer, copy the files and folders you want to restore and paste them to any desired location on the server.
5354

54-
![Copy the files and folders](./media/tutorial-backup-restore-files-windows-server/mars-final.png)
55+
:::image type="content" source="./media/tutorial-backup-restore-files-windows-server/mars-final.png" alt-text="Screenshot shows how to copy the files and folders." lightbox="./media/tutorial-backup-restore-files-windows-server/mars-final.png":::
5556

5657
3. When you're finished restoring the files and folders, on the **Browse and Recovery Files** page of the **Recover Data** wizard, select **Unmount**.
5758

58-
![Select unmount](./media/tutorial-backup-restore-files-windows-server/unmount-and-confirm.png)
59+
:::image type="content" source="./media/tutorial-backup-restore-files-windows-server/unmount-and-confirm.png" alt-text="Screenshot shows how to select unmount." lightbox="./media/tutorial-backup-restore-files-windows-server/unmount-and-confirm.png":::
5960

6061
4. Select **Yes** to confirm that you want to unmount the volume.
6162

0 commit comments

Comments
 (0)