Skip to content

Commit 4c829b8

Browse files
authored
Merge pull request #242703 from AbhishekMallick01/Jun-22-2023-QS
QS freshness - article updates
2 parents 3e7887a + d670a27 commit 4c829b8

File tree

1 file changed

+30
-33
lines changed

1 file changed

+30
-33
lines changed

articles/backup/backup-windows-with-mars-agent.md

Lines changed: 30 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
---
22
title: Back up Windows machines by using the MARS agent
33
description: Use the Microsoft Azure Recovery Services (MARS) agent to back up Windows machines.
4-
ms.topic: conceptual
5-
ms.date: 03/03/2020
4+
ms.topic: how-to
5+
ms.date: 06/23/2023
66
author: jyothisuri
77
ms.author: jsuri
8+
ms.custom: engagement-fy23
89
---
910

1011
# Back up Windows Server files and folders to Azure
1112

12-
This article explains how to back up Windows machines by using the [Azure Backup](backup-overview.md) service and the Microsoft Azure Recovery Services (MARS) agent. MARS is also known as the Azure Backup agent.
13-
14-
In this article, you'll learn how to:
15-
16-
> [!div class="checklist"]
17-
>
18-
> * Verify the prerequisites
19-
> * Create a backup policy and schedule.
20-
> * Perform an on-demand backup.
13+
This article describes how to back up Windows machines by using the [Azure Backup](backup-overview.md) service and the Microsoft Azure Recovery Services (MARS) agent. MARS is also known as the Azure Backup agent.
2114

2215
## Before you start
2316

@@ -33,21 +26,22 @@ The backup policy specifies when to take snapshots of the data to create recover
3326

3427
Azure Backup doesn't automatically take daylight saving time (DST) into account. This default could cause some discrepancy between the actual time and the scheduled backup time.
3528

36-
To create a backup policy:
29+
To create a backup policy, follow these steps:
3730

3831
1. After you download and register the MARS agent, open the agent console. You can find it by searching your machine for **Microsoft Azure Backup**.
3932

4033
1. Under **Actions**, select **Schedule Backup**.
4134

42-
![Schedule a Windows Server backup](./media/backup-configure-vault/schedule-first-backup.png)
35+
[ ![Screenshot shows how to schedule a Windows Server backup.](./media/backup-configure-vault/schedule-first-backup.png) ](./media/backup-configure-vault/schedule-first-backup.png#lightbox)
36+
4337
1. In the Schedule Backup Wizard, select **Getting started** > **Next**.
4438
1. Under **Select Items to Back up**, select **Add Items**.
4539

46-
![Add items to back up](./media/backup-azure-manage-mars/select-item-to-backup.png)
40+
[ ![Screenshot shows how to add items for back up.](./media/backup-azure-manage-mars/select-item-to-backup.png) ](./media/backup-azure-manage-mars/select-item-to-backup.png#lightbox)
4741

4842
1. In the **Select Items** box, select items to back up, and then select **OK**.
4943

50-
![Select items to back up](./media/backup-azure-manage-mars/selected-items-to-backup.png)
44+
[ ![Screenshot shows how to select items to back up.](./media/backup-azure-manage-mars/selected-items-to-backup.png) ](./media/backup-azure-manage-mars/selected-items-to-backup.png#lightbox)
5145

5246
1. On the **Select Items to Back Up** page, select **Next**.
5347
1. On the **Specify Backup Schedule** page, specify when to take daily or weekly backups. Then select **Next**.
@@ -56,47 +50,47 @@ To create a backup policy:
5650
* The number of recovery points created in your environment depends on your backup schedule.
5751
* You can schedule up to three daily backups per day. In the following example, two daily backups occur, one at midnight and one at 6:00 PM.
5852

59-
![Set up a daily backup schedule](./media/backup-configure-vault/day-schedule.png)
53+
[ ![Screenshot shows how to set up a daily backup schedule.](./media/backup-configure-vault/day-schedule.png) ](./media/backup-configure-vault/day-schedule.png#lightbox)
6054

6155
* You can run weekly backups too. In the following example, backups are taken every alternate Sunday and Wednesday at 9:30 AM and 1:00 AM.
6256

63-
![Set up a weekly backup schedule](./media/backup-configure-vault/week-schedule.png)
57+
[ ![Screenshot shows how to set up a weekly backup schedule.](./media/backup-configure-vault/week-schedule.png) ](./media/backup-configure-vault/week-schedule.png#lightbox)
6458

6559
1. On the **Select Retention Policy** page, specify how to store historical copies of your data. Then select **Next**.
6660

6761
* Retention settings specify which recovery points to store and how long to store them.
6862
* For a daily retention setting, you indicate that at the time specified for the daily retention, the latest recovery point will be retained for the specified number of days. Or you could specify a monthly retention policy to indicate that the recovery point created on the 30th of every month should be stored for 12 months.
69-
* Retention for daily and weekly recovery points usually coincides with the backup schedule. So when the schedule triggers a backup, the recovery point that the backup creates is stored for the duration that the daily or weekly retention policy specifies.
63+
* Retention for daily and weekly recovery points usually coincides with the backup schedule. So when the schedule triggers a backup, the recovery point (that the backup operation creates) is stored for the duration that the daily or weekly retention policy specifies.
7064
* In the following example:
7165

7266
* Daily backups at midnight and 6:00 PM are kept for seven days.
7367
* Backups taken on a Saturday at midnight and 6:00 PM are kept for four weeks.
7468
* Backups taken on the last Saturday of the month at midnight and 6:00 PM are kept for 12 months.
7569
* Backups taken on the last Saturday in March are kept for 10 years.
7670

77-
![Example of a retention policy](./media/backup-configure-vault/retention-example.png)
71+
[ ![Screenshot shows the example of a retention policy.](./media/backup-configure-vault/retention-example.png) ](./media/backup-configure-vault/retention-example.png#lightbox)
7872

7973
1. On the **Choose Initial Backup Type** page, decide if you want to take the initial backup over the network or use offline backup. To take the initial backup over the network, select **Automatically over the network** > **Next**.
8074

8175
For more information about offline backup, see [Use Azure Data Box for offline backup](offline-backup-azure-data-box.md).
8276

83-
![Choose an initial backup type](./media/backup-azure-manage-mars/choose-initial-backup-type.png)
77+
[ ![Screenshot shows how to choose an initial backup type.](./media/backup-azure-manage-mars/choose-initial-backup-type.png) ](./media/backup-azure-manage-mars/choose-initial-backup-type.png#lightbox)
8478

8579
1. On the **Confirmation** page, review the information, and then select **Finish**.
8680

87-
![Confirm the backup type](./media/backup-azure-manage-mars/confirm-backup-type.png)
81+
[ ![Screenshot shows how to confirm the backup type.](./media/backup-azure-manage-mars/confirm-backup-type.png) ](./media/backup-azure-manage-mars/confirm-backup-type.png#lightbox)
8882

8983
1. After the wizard finishes creating the backup schedule, select **Close**.
9084

91-
![View the backup schedule progress](./media/backup-azure-manage-mars/confirm-modify-backup-process.png)
85+
[ ![Screenshot shows how to view the backup schedule progress.](./media/backup-azure-manage-mars/confirm-modify-backup-process.png) ](./media/backup-azure-manage-mars/confirm-modify-backup-process.png#lightbox)
9286

9387
Create a policy on each machine where the agent is installed.
9488

95-
### Do the initial backup offline
89+
### Run the initial backup offline
9690

97-
You can run an initial backup automatically over the network, or you can back up offline. Offline seeding for an initial backup is useful if you have large amounts of data that will require a lot of network bandwidth to transfer.
91+
You can run an initial backup automatically over the network, or you can back up offline. Offline seeding for an initial backup is useful if you've large amounts of data that will require a lot of network bandwidths to transfer.
9892

99-
To do an offline transfer:
93+
To do an offline transfer, follow these steps:
10094

10195
1. Write the backup data to a staging location.
10296
1. Use the AzureOfflineBackupDiskPrep tool to copy the data from the staging location to one or more SATA disks.
@@ -121,18 +115,20 @@ To enable network throttling:
121115
1. In the MARS agent, select **Change Properties**.
122116
1. On the **Throttling** tab, select **Enable internet bandwidth usage throttling for backup operations**.
123117

124-
![Set up network throttling for backup operations](./media/backup-configure-vault/throttling-dialog.png)
118+
[ ![Screenshot shows how to set up network throttling for backup operations.](./media/backup-configure-vault/throttling-dialog.png) ](./media/backup-configure-vault/throttling-dialog.png#lightbox)
125119
1. Specify the allowed bandwidth during work hours and nonwork hours. Bandwidth values begin at 512 Kbps and go up to 1,023 Mbps. Then select **OK**.
126120

127121
## Run an on-demand backup
128122

123+
To run an on-demand backup, follow these steps:
124+
129125
1. In the MARS agent, select **Back Up Now**.
130126

131-
![Back up now in Windows Server](./media/backup-configure-vault/backup-now.png)
127+
[ ![Screenshot shows the Back up now option in Windows Server.](./media/backup-configure-vault/backup-now.png) ](./media/backup-configure-vault/backup-now.png#lightbox)
132128

133129
1. If the MARS agent version is 2.0.9169.0 or newer, then you can set a custom retention date. In the **Retain Backup Till** section, choose a date from the calendar.
134130

135-
![Use the calendar to customize a retention date](./media/backup-configure-vault/mars-ondemand.png)
131+
[ ![Screenshot shows how to use the calendar to customize a retention date.](./media/backup-configure-vault/mars-ondemand.png) ](./media/backup-configure-vault/mars-ondemand.png#lightbox)
136132

137133
1. On the **Confirmation** page, review the settings, and select **Back Up**.
138134
1. Select **Close** to close the wizard. If you close the wizard before the backup finishes, the wizard continues to run in the background.
@@ -141,17 +137,18 @@ After the initial backup finishes, the **Job completed** status appears in the B
141137

142138
## Set up on-demand backup policy retention behavior
143139

144-
> [!NOTE]
145-
> This information applies only to MARS agent versions that are older than 2.0.9169.0.
146-
>
140+
The following table shows the data retention duration for various backup schedules:
147141

148142
| Backup-schedule option | Duration of data retention
149143
| -- | --
150-
| Day | **Default retention**: Equivalent to the "retention in days for daily backups." <br/><br/> **Exception**: If a daily scheduled backup that's set for long-term retention (weeks, months, or years) fails, an on-demand backup that's triggered right after the failure is considered for long-term retention. Otherwise, the next scheduled backup is considered for long-term retention.<br/><br/> **Example scenario**: The scheduled backup on Thursday at 8:00 AM failed. This backup was to be considered for weekly, monthly, or yearly retention. So the first on-demand backup triggered before the next scheduled backup on Friday at 8:00 AM is automatically tagged for weekly, monthly, or yearly retention. This backup substitutes for the Thursday 8:00 AM backup.
151-
| Week | **Default retention**: One day. On-demand backups that are taken for a data source that has a weekly backup policy are deleted the next day. They're deleted even if they're the most recent backups for the data source. <br/><br/> **Exception**: If a weekly scheduled backup that's set for long-term retention (weeks, months, or years) fails, an on-demand backup that's triggered right after the failure is considered for long-term retention. Otherwise, the next scheduled backup is considered for long-term retention. <br/><br/> **Example scenario**: The scheduled backup on Thursday at 8:00 AM failed. This backup was to be considered for monthly or yearly retention. So the first on-demand backup that's triggered before the next scheduled backup on Thursday at 8:00 AM is automatically tagged for monthly or yearly retention. This backup substitutes for the Thursday 8:00 AM backup.
144+
| Day | **Default retention**: Equivalent to the "retention in days for daily backups." <br/><br/> **Exception**: If a daily scheduled backup that's set for long-term retention (weeks, months, or years) fails, an on-demand backup that's triggered right after the failure is considered for long-term retention. Otherwise, the next scheduled backup is considered for long-term retention.<br/><br/> **Example scenario**: The scheduled backup on Thursday at 8:00 AM failed. This backup was to be considered for weekly, monthly, or yearly retention. So the first on-demand backup triggered before the next scheduled backup on Friday at 8:00 AM is automatically tagged for weekly, monthly, or yearly retention. This backup substitute for the Thursday 8:00 AM backup.
145+
| Week | **Default retention**: One day. On-demand backups that are taken for a data source that has a weekly backup policy are deleted the next day. They're deleted even if they're the most recent backups for the data source. <br/><br/> **Exception**: If a weekly scheduled backup that's set for long-term retention (weeks, months, or years) fails, an on-demand backup that's triggered right after the failure is considered for long-term retention. Otherwise, the next scheduled backup is considered for long-term retention. <br/><br/> **Example scenario**: The scheduled backup on Thursday at 8:00 AM failed. This backup was to be considered for monthly or yearly retention. So the first on-demand backup that's triggered before the next scheduled backup on Thursday at 8:00 AM is automatically tagged for monthly or yearly retention. This backup substitute for the Thursday 8:00 AM backup.
152146

153147
For more information, see [Create a backup policy](#create-a-backup-policy).
154148

149+
> [!NOTE]
150+
> This information applies only to MARS agent versions that are older than 2.0.9169.0.
151+
155152
## Next steps
156153

157154
* Learn how to [Restore files in Azure](backup-azure-restore-windows-server.md).

0 commit comments

Comments
 (0)