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-system-state.md
+52-41Lines changed: 52 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,88 +1,97 @@
1
1
---
2
2
title: Back up Windows system state to Azure
3
3
description: Learn how to back up the system state of Windows Server computers to Azure.
4
-
ms.topic: conceptual
5
-
ms.date: 05/23/2018
4
+
ms.topic: how-to
5
+
ms.date: 01/20/2023
6
+
author: jyothisuri
7
+
ms.author: jsuri
8
+
ms.service: backup
9
+
ms.custom: engagement-fy23
6
10
---
7
-
# Back up Windows system state to Azure
8
11
9
-
This article explains how to back up your Windows Server system state to Azure. It's intended to walk you through the basics.
12
+
# Back up Windows system state to Azure
10
13
11
-
If you want to know more about Azure Backup, read this [overview](backup-overview.md).
14
+
This article describes how to back up your Windows Server system state to Azure. It's intended to walk you through the basics.
12
15
13
-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) that lets you access any Azure service.
16
+
For more information about Azure Backup, see the [overview article](backup-overview.md). If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) that lets you access any Azure service.
14
17
15
18
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
16
19
17
20
## Set storage redundancy for the vault
18
21
19
-
When you create a Recovery Services vault, make sure storage redundancy is configured the way you want.
22
+
When you create a Recovery Services vault, ensure that you configure the storage redundancy as per the organization requirements.
23
+
24
+
To set the storage redundancy for the vault, follow these steps:
20
25
21
26
1. From the **Recovery Services vaults** pane, select the new vault.
22
27
23
-

28
+

24
29
25
30
When you select the vault, the **Recovery Services vault** pane narrows, and the Settings pane (*which has the name of the vault at the top*) and the vault details pane open.
26
31
27
-

28
-
2. In the new vault's Settings pane, use the vertical slide to scroll down to the Manage section, and select **Backup Infrastructure**.
29
-
The Backup Infrastructure pane opens.
30
-
3. In the Backup Infrastructure pane, select **Backup Configuration** to open the **Backup Configuration** pane.
32
+

33
+
2. On the new vault's **Settings** pane, use the vertical slide to scroll down to the Manage section, and select **Backup Infrastructure**.
34
+
35
+
3. On the **Backup Infrastructure** pane, select **Backup Configuration** to open the **Backup Configuration** pane.
36
+
37
+

31
38
32
-

33
39
4. Choose the appropriate storage replication option for your vault.

36
42
37
43
By default, your vault has geo-redundant storage. If you use Azure as a primary backup storage endpoint, continue to use **Geo-redundant**. If you don't use Azure as a primary backup storage endpoint, then choose **Locally-redundant**, which reduces the Azure storage costs. Read more about [geo-redundant](../storage/common/storage-redundancy.md#geo-redundant-storage), [locally redundant](../storage/common/storage-redundancy.md#locally-redundant-storage) and [zone-redundant](../storage/common/storage-redundancy.md#zone-redundant-storage) storage options in this [Storage redundancy overview](../storage/common/storage-redundancy.md).
38
44
39
45
Now that you've created a vault, configure it for backing up Windows System State.
40
46
41
47
## Configure the vault
42
48
49
+
To configure the vault, follow these steps:
50
+
43
51
1. On the Recovery Services vault pane (for the vault you just created), in the Getting Started section, select **Backup**, then on the **Getting Started with Backup** pane, select **Backup goal**.

66
74
67
75
If you're using Windows Server Essential, then choose to download the agent for Windows Server Essential. A pop-up menu prompts you to run or save MARSAgentInstaller.exe.

70
78
71
79
5. In the download pop-up menu, select **Save**.
72
80
73
81
By default, the **MARSagentinstaller.exe** file is saved to your Downloads folder. When the installer completes, you'll see a pop-up asking if you want to run the installer, or open the folder.
74
82
75
-

83
+

76
84
77
85
You don't need to install the agent yet. You can install the agent after you've downloaded the vault credentials.
78
86
79
87
6. On the **Prepare infrastructure** pane, select **Download**.

82
90
83
91
The vault credentials download to your **Downloads** folder. After the vault credentials finish downloading, you'll see a pop-up asking if you want to open or save the credentials. Select **Save**. If you accidentally select **Open**, let the dialog that attempts to open the vault credentials, fail. You won't be able to open the vault credentials. Continue to the next step. The vault credentials are in the **Downloads** folder.

103
110
104
111
2. Complete the Microsoft Azure Recovery Services Agent Setup Wizard. To complete the wizard, you need to:
105
112
@@ -116,6 +123,10 @@ Now that you've created a vault, configure it for backing up Windows System Stat
116
123
117
124
The agent is now installed and your machine is registered to the vault. You're ready to configure and schedule your backup.
118
125
126
+
> [!NOTE]
127
+
> Enabling backup through the Azure portal isn't available. Use the Microsoft Azure Recovery Services Agent to back up Windows Server System State.
128
+
>
129
+
119
130
## Back up Windows Server System State
120
131
121
132
The initial backup includes two tasks:
@@ -130,15 +141,17 @@ To complete the initial backup, use the Microsoft Azure Recovery Services agent.
130
141
>
131
142
>
132
143
133
-
### To schedule the backup job
144
+
### Schedule the backup job
145
+
146
+
To schedule the backup job, follow these steps:
134
147
135
148
1. Open the Microsoft Azure Recovery Services agent. You can find it by searching your machine for **Microsoft Azure Backup**.
136
149
137
-

150
+

138
151
139
-
2.In the Recovery Services agent, select **Schedule Backup**.
152
+
2.On the Recovery Services agent, select **Schedule Backup**.
140
153
141
-

154
+

142
155
143
156
3. On the **Getting started** page of the Schedule Backup Wizard, select **Next**.
144
157
@@ -154,13 +167,15 @@ To complete the initial backup, use the Microsoft Azure Recovery Services agent.
154
167
155
168
9. After the wizard finishes creating the backup schedule, select **Close**.
156
169
157
-
### To back up Windows Server System State for the first time
170
+
### Back up Windows Server System State for the first time
171
+
172
+
To back up Windows Server System State for the first time, follow these steps:
158
173
159
-
1.Make sure there are no pending updates for Windows Server that require a reboot.
174
+
1.Ensure that there are no pending updates for Windows Server that require a reboot.
160
175
161
-
2.In the Recovery Services agent, select **Back Up Now** to complete the initial seeding over the network.
176
+
2.On the Recovery Services agent, select **Back Up Now** to complete the initial seeding over the network.
162
177
163
-

178
+

164
179
165
180
3. Select **System State** on the **Select Backup Item** screen that appears and select **Next**.
166
181
@@ -173,11 +188,7 @@ To complete the initial backup, use the Microsoft Azure Recovery Services agent.
173
188
174
189
After the initial backup is completed, the **Job completed** status appears in the Backup console.
0 commit comments