|
1 | 1 | ---
|
2 |
| -title: 'Tutorial: Recover items to Windows Server' |
| 2 | +title: Tutorial - Recover items to Windows Server by using Azure Backup |
3 | 3 | 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 |
4 | 5 | ms.topic: tutorial
|
5 | 6 | ms.date: 02/14/2018
|
6 | 7 | ms.custom: mvc
|
7 | 8 | author: AbhishekMallick-MS
|
8 | 9 | ms.author: v-abhmallick
|
9 | 10 | ---
|
10 |
| -# Recover files from Azure to a Windows Server |
| 11 | +# Tutorial: Recover files from Azure to a Windows Server |
11 | 12 |
|
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. |
13 | 14 |
|
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. |
19 | 16 |
|
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. |
21 | 20 |
|
22 | 21 | ## Initiate recovery of individual items
|
23 | 22 |
|
24 | 23 | 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.
|
25 | 24 |
|
| 25 | +To start recovery of individual items, follow these steps: |
| 26 | + |
26 | 27 | 1. Open the **Microsoft Azure Backup** snap-in. You can find it by searching your machine for **Microsoft Azure Backup**.
|
27 | 28 |
|
28 |
| -  |
| 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"::: |
29 | 30 |
|
30 | 31 | 2. In the wizard, select **Recover Data** in the **Actions Pane** of the agent console to start the **Recover Data** wizard.
|
31 | 32 |
|
32 |
| -  |
| 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"::: |
33 | 34 |
|
34 | 35 | 3. On the **Getting Started** page, select **This server (server name)** and select **Next**.
|
35 | 36 |
|
36 | 37 | 4. On the **Select Recovery Mode** page, select **Individual files and folders** and then select **Next** to begin the recovery point selection process.
|
37 | 38 |
|
38 | 39 | 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.
|
39 | 40 |
|
40 |
| -  |
| 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"::: |
41 | 42 |
|
42 | 43 | When you select **Mount**, Azure Backup makes the recovery point available as a disk. Browse and recover files from the disk.
|
43 | 44 |
|
44 | 45 | ## Restore items from a recovery point
|
45 | 46 |
|
46 | 47 | 1. Once the recovery volume is mounted, select **Browse** to open Windows Explorer and find the files and folders you wish to recover.
|
47 | 48 |
|
48 |
| -  |
| 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"::: |
49 | 50 |
|
50 | 51 | You can open the files directly from the recovery volume and verify the files.
|
51 | 52 |
|
52 | 53 | 2. In Windows Explorer, copy the files and folders you want to restore and paste them to any desired location on the server.
|
53 | 54 |
|
54 |
| -  |
| 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"::: |
55 | 56 |
|
56 | 57 | 3. When you're finished restoring the files and folders, on the **Browse and Recovery Files** page of the **Recover Data** wizard, select **Unmount**.
|
57 | 58 |
|
58 |
| -  |
| 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"::: |
59 | 60 |
|
60 | 61 | 4. Select **Yes** to confirm that you want to unmount the volume.
|
61 | 62 |
|
|
0 commit comments