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/tutorial-backup-windows-server-to-azure.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
title: Tutorial - Back up Windows Server to Azure
3
3
description: This tutorial details backing up on-premises Windows Servers to a Recovery Services vault.
4
4
ms.topic: tutorial
5
-
ms.date: 12/15/2022
5
+
ms.date: 05/22/2025
6
6
ms.custom: mvc, engagement-fy23
7
7
ms.service: azure-backup
8
8
author: jyothisuri
9
9
ms.author: jsuri
10
10
---
11
-
# Back up Windows Server to Azure
11
+
# Tutorial: Back up Windows Server to Azure
12
12
13
13
This tutorial describes how to back up on-premises Windows Server to Azure using the Microsoft Azure Recovery Services (MARS) agent.
14
14
15
-
Azure Backup helps you to protect a Windows Server from corruptions, attacks, and disasters. Azure Backup provides a lightweight tool called the Microsoft Azure Recovery Services (MARS) agent. The MARS agent is installed on the Windows Server to protect files and folders, and server configuration info via Windows Server System State. This tutorial explains how you can use MARS Agent to back up your Windows Server to Azure.
15
+
Azure Backup protects Windows Server from corruption, cyberattacks, and disasters. This solution uses the lightweight Microsoft Azure Recovery Services (MARS) agent, which is installed on the server to protect files, folders, and system configuration data through Windows Server System State backups.
16
16
17
17
## Sign in to Azure
18
18
@@ -73,7 +73,7 @@ To install and register the agent, follow these steps:
73
73
74
74
7. Select **Finish**.
75
75
76
-
## Configure backup and retention
76
+
## Configure backup and retention for Windows Server
77
77
78
78
You use the Microsoft Azure Recovery Services agent to schedule when backups to Azure, occur on Windows Server.
79
79
@@ -85,34 +85,36 @@ To configure backup and retention on the server where you downloaded the agent,
3. Select **Next** to go to the **Select Items to Back up**page.
88
+
3. Select **Next** to go to the **Select Items to Back up**pane.
89
89
90
90
4. Select **Add Items** and from the dialog box that opens, select **System State** and files or folders that you want to back up. Then select **OK**.
91
91
92
92
5. Select **Next**.
93
93
94
-
6. On the **Specify Backup Schedule (System State)**page, specify the time of the day, or week when backups need to be triggered for System State and select **Next**.
94
+
6. On the **Specify Backup Schedule (System State)**pane, specify the time of the day, or week when backups need to be triggered for System State and select **Next**.
95
95
96
-
7. On the **Select Retention Policy (System State)**page, select the Retention Policy for the backup copy for System State and select **Next**.
96
+
7. On the **Select Retention Policy (System State)**pane, select the Retention Policy for the backup copy for System State and select **Next**.
97
97
98
98
8. Similarly, select the backup schedule and retention policy for selected files and folders.
99
99
100
-
9. On the **Choose Initial Back up Type**page, select **Automatically over the network**, and select **Next**.
100
+
9. On the **Choose Initial Back up Type**pane, select **Automatically over the network**, and select **Next**.
101
101
102
-
10. On the **Confirmation**page, review the information, and select **Finish**.
102
+
10. On the **Confirmation**pane, review the information, and select **Finish**.
103
103
104
104
11. After the wizard finishes creating the backup schedule, select **Close**.
105
105
106
-
## Run an on-demand backup
106
+
## Run an on-demand backup of Windows Server
107
107
108
-
You've established the schedule when backup jobs run. However, you haven't backed up the server. It's a disaster recovery best practice to run an on-demand backup to ensure data resiliency for your server.
108
+
After you configure the backup schedule, jobs run automatically. However, the server isn't protected until a backup is actually performed. As a disaster recovery best practice, we recommend you to initiate an on-demand backup to ensure data resiliency.
109
+
110
+
To run an on-demand backup of Windows Server, follow these steps:
109
111
110
112
1. On the Microsoft Azure Recovery Services agent console, select **Back Up Now**.
111
113
112
114

113
115
114
116
2. On the **Back Up Now** wizard, select one from **Files and Folders** or **System State** that you want to back up and select **Next**
115
-
3. On the **Confirmation**page, review the settings that the **Back Up Now** wizard uses to back up your server. Then select **Back Up**.
117
+
3. On the **Confirmation**pane, review the settings that the **Back Up Now** wizard uses to back up your server. Then select **Back Up**.
116
118
4. Select **Close** to close the wizard. If you close the wizard before the backup process finishes, the wizard continues to run in the background.
117
119
118
120
After the initial backup is complete, **Job completed** status appears on **Jobs** pane of the MARS agent console.
0 commit comments