Skip to content

Commit 1f51bc1

Browse files
Merge pull request #221008 from v-amallick/Dec-9-2022-Git
Addressed Git issue #102179
2 parents a9f7f15 + b2131f3 commit 1f51bc1

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

articles/backup/backup-azure-restore-system-state.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
title: Restore System State to a Windows Server
33
description: Step-by-step explanation for restoring Windows Server System State from a backup in Azure.
44
ms.topic: conceptual
5-
ms.date: 06/30/2020
5+
ms.date: 12/09/2022
6+
author: v-amallick
7+
ms.service: backup
8+
ms.author: v-amallick
69
---
710
# Restore System State to Windows Server
811

@@ -16,7 +19,7 @@ This article explains how to restore Windows Server System State backups from an
1619

1720
## Recover System State files to the same server
1821

19-
The following steps explain how to roll back your Windows Server configuration to a previous state. Rolling your server configuration back to a known, stable state, can be extremely valuable. The following steps restore the server's System State from a Recovery Services vault.
22+
The following steps explain how to roll back your Windows Server configuration to a previous state. If you roll back your server configuration to a known, stable state, it can be extremely valuable. The following steps restore the server's System State from a Recovery Services vault.
2023

2124
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**.
2225

@@ -52,7 +55,9 @@ The following steps explain how to roll back your Windows Server configuration t
5255

5356
![Select Recover to acknowledge the recover action](./media/backup-azure-restore-system-state/confirm-recovery.png)
5457

55-
9. Copy the *WindowsImageBackup* directory in the Recovery destination to a non-critical volume of the server. Usually, the Windows OS volume is the critical volume.
58+
9. Copy the *WindowsImageBackup* directory in the Recovery destination to the root of a non-critical volume of the server, for example `D:\\WindowsImageBackup`. Usually, the Windows OS volume is the critical volume.
59+
60+
The *WindowsImageBackup* folder is available on the path `<restore_path>\C_vol\Program Files\Microsoft Azure Recovery Services Agent\Scratch\SSBV\WindowsImageBackup` where `>\C_vol\Program Files\Microsoft Azure Recovery Services Agent\Scratch` is the scratch volume that was configured for the MARS agent.
5661

5762
10. Once the recovery is successful, follow the steps in the section, [Apply restored System State on a Windows Server](#apply-restored-system-state-on-a-windows-server), to complete the System State recovery process.
5863

@@ -100,7 +105,9 @@ The terminology used in these steps includes:
100105

101106
![Select the Recover button to confirm the recovery process](./media/backup-azure-restore-system-state/confirm-recovery.png)
102107

103-
12. Copy the *WindowsImageBackup* directory to a non-critical volume of the server (for example D:\). Usually the Windows OS volume is the critical volume.
108+
12. Copy the *WindowsImageBackup* directory to the root of a non-critical volume of the server (for example `D:\\WindowsImageBackup`). Usually the Windows OS volume is the critical volume.
109+
110+
The *WindowsImageBackup* folder is available on the path `<restore_path>\C_vol\Program Files\Microsoft Azure Recovery Services Agent\Scratch\SSBV\WindowsImageBackup` where `>\C_vol\Program Files\Microsoft Azure Recovery Services Agent\Scratch` is the scratch volume that was configured for the MARS agent.
104111

105112
13. To complete the recovery process, use the following section to [apply the restored System State files on a Windows Server](#apply-restored-system-state-on-a-windows-server).
106113

@@ -126,6 +133,10 @@ Once you've recovered System State as files using Azure Recovery Services Agent,
126133

127134
![select whether to recovery from local server or another](./media/backup-azure-restore-system-state/ss-recovery-remote-shared-folder.png)
128135

136+
1. If you're using a remote shared location, enter the path to the *WindowsImageBackup* directory. For example, `\\MyFileServer\MyFolder\WindowsImageBackup`.
137+
138+
If you've selected **local drive**, then Windows Server Backup automatically checks for system state backups in the root of all the attached volumes (for example, `D:\WindowsImageBackup`). If Windows Server Backup can't find the **local drive system state backup**, ensure that you've copied the *WindowsImageBackup* folder at the root of a non-critical volume.
139+
129140
1. Enter the path to the *WindowsImageBackup* directory, or choose the local drive containing this directory (for example, D:\WindowsImageBackup), recovered as part of the System State files recovery using Azure Recovery Services Agent and select **Next**.
130141

131142
![path to the shared file](./media/backup-azure-restore-system-state/ss-recovery-remote-folder.png)

0 commit comments

Comments
 (0)