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
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-restore-system-state.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,10 @@
2
2
title: Restore System State to a Windows Server
3
3
description: Step-by-step explanation for restoring Windows Server System State from a backup in Azure.
4
4
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
6
9
---
7
10
# Restore System State to Windows Server
8
11
@@ -16,7 +19,7 @@ This article explains how to restore Windows Server System State backups from an
16
19
17
20
## Recover System State files to the same server
18
21
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.
20
23
21
24
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**.
22
25
@@ -52,7 +55,9 @@ The following steps explain how to roll back your Windows Server configuration t
52
55
53
56

54
57
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.
56
61
57
62
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.
58
63
@@ -100,7 +105,9 @@ The terminology used in these steps includes:
100
105
101
106

102
107
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.
104
111
105
112
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).
106
113
@@ -126,6 +133,10 @@ Once you've recovered System State as files using Azure Recovery Services Agent,
126
133
127
134

128
135
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
+
129
140
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**.
130
141
131
142

0 commit comments