Skip to content

Commit bed097e

Browse files
author
Jill Grant
authored
Merge pull request #270512 from AbhishekMallick-MS/Mar-28-2024-Freshness
Fresnhess - Exchange server backup
2 parents a370713 + f08da36 commit bed097e

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

articles/backup/backup-azure-exchange-mabs.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
---
22
title: Back up Exchange server with Azure Backup Server
33
description: Learn how to back up an Exchange server to Azure Backup using Azure Backup Server
4-
ms.reviewer: kasinh
5-
ms.topic: conceptual
6-
ms.date: 03/24/2017
4+
ms.topic: how-to
5+
ms.date: 03/28/2024
76
author: AbhishekMallick-MS
87
ms.author: v-abhmallick
8+
ms.custom: engagement-fy24
99
---
1010
# Back up an Exchange server to Azure with Azure Backup Server
1111

1212
This article describes how to configure Microsoft Azure Backup Server (MABS) to back up a Microsoft Exchange server to Azure.
1313

14-
## Prerequisites
14+
## Prerequisites for backup of an Exchange server
1515

16-
Before you continue, make sure that Azure Backup Server is [installed and prepared](backup-azure-microsoft-azure-backup.md).
16+
Before you continue, ensure that Azure Backup Server is [installed and prepared](backup-azure-microsoft-azure-backup.md).
1717

1818
## MABS protection agent
1919

2020
To install the MABS protection agent on the Exchange server, follow these steps:
2121

22-
1. Make sure that the firewalls are correctly configured. See [Configure firewall exceptions for the agent](/system-center/dpm/configure-firewall-settings-for-dpm).
22+
1. Ensure that the firewalls are correctly configured. See [Configure firewall exceptions for the agent](/system-center/dpm/configure-firewall-settings-for-dpm).
2323
2. Install the agent on the Exchange server by selecting **Management > Agents > Install** in MABS Administrator Console. See [Install the MABS protection agent](/system-center/dpm/deploy-dpm-protection-agent) for detailed steps.
2424

2525
## Create a protection group for the Exchange server
2626

27+
To create a protection group for the Exchange server, follow these steps:
28+
2729
1. In the MABS Administrator Console, select **Protection**, and then select **New** on the tool ribbon to open the **Create New Protection Group** wizard.
2830
2. On the **Welcome** screen of the wizard, select **Next**.
2931
3. On the **Select protection group type** screen, select **Servers** and select **Next**.
@@ -36,21 +38,21 @@ To install the MABS protection agent on the Exchange server, follow these steps:
3638
3739
In the following example, the Exchange 2010 database is selected.
3840

39-
![Select group members](./media/backup-azure-backup-exchange-server/select-group-members.png)
41+
![Screenshot shows how to select group members.](./media/backup-azure-backup-exchange-server/select-group-members.png)
4042
5. Select the data protection method.
4143

4244
Name the protection group, and then select both of the following options:
4345

4446
* I want short-term protection using Disk.
4547
* I want online protection.
4648
6. Select **Next**.
47-
7. Select the **Run Eseutil to check data integrity** option if you want to check the integrity of the Exchange Server databases.
49+
7. Select the **Run Eseutil to check data integrity** option to check the integrity of the Exchange Server databases.
4850

4951
After you select this option, backup consistency checking will be run on MABS to avoid the I/O traffic that's generated by running the **eseutil** command on the Exchange server.
5052

5153
> [!NOTE]
5254
> To use this option, you must copy the Ese.dll and Eseutil.exe files to the C:\Program Files\Microsoft Azure Backup\DPM\DPM\bin directory on the MABS server. Otherwise, the following error is triggered:
53-
> ![eseutil error](./media/backup-azure-backup-exchange-server/eseutil-error.png)
55+
> ![Screenshot shows the eseutil error.](./media/backup-azure-backup-exchange-server/eseutil-error.png)
5456
>
5557
>
5658
8. Select **Next**.
@@ -66,27 +68,29 @@ To install the MABS protection agent on the Exchange server, follow these steps:
6668
13. Select the consistency check options, and then select **Next**.
6769
14. Choose the database that you want to back up to Azure, and then select **Next**. For example:
6870

69-
![Specify online protection data](./media/backup-azure-backup-exchange-server/specify-online-protection-data.png)
71+
![Screenshot shows how to specify online protection data.](./media/backup-azure-backup-exchange-server/specify-online-protection-data.png)
7072
15. Define the schedule for **Azure Backup**, and then select **Next**. For example:
7173

72-
![Specify online backup schedule](./media/backup-azure-backup-exchange-server/specify-online-backup-schedule.png)
74+
![Screenshot shows how to specify online backup schedule.](./media/backup-azure-backup-exchange-server/specify-online-backup-schedule.png)
7375

7476
> [!NOTE]
75-
> Note Online recovery points are based on express full recovery points. Therefore, you must schedule the online recovery point after the time that's specified for the express full recovery point.
77+
> Online recovery points are based on express full recovery points. Therefore, you must schedule the online recovery point after the time that's specified for the express full recovery point.
7678
>
7779
>
7880
16. Configure the retention policy for **Azure Backup**, and then select **Next**.
7981
17. Choose an online replication option and select **Next**.
8082

8183
If you have a large database, it could take a long time for the initial backup to be created over the network. To avoid this issue, you can create an offline backup.
8284

83-
![Specify online retention policy](./media/backup-azure-backup-exchange-server/specify-online-retention-policy.png)
85+
![Screenshot shows how to specify online retention policy.](./media/backup-azure-backup-exchange-server/specify-online-retention-policy.png)
8486
18. Confirm the settings, and then select **Create Group**.
8587
19. Select **Close**.
8688

8789
## Recover the Exchange database
8890

89-
1. To recover an Exchange database, select **Recovery** in the MABS Administrator Console.
91+
To recover the Exchange database, follow these steps:
92+
93+
1. Select **Recovery** in the MABS Administrator Console.
9094
2. Locate the Exchange database that you want to recover.
9195
3. Select an online recovery point from the *recovery time* drop-down list.
9296
4. Select **Recover** to start the **Recovery Wizard**.
@@ -99,7 +103,7 @@ For online recovery points, there are five recovery types:
99103
* **Copy to a network folder:** The data will be recovered to a network folder.
100104
* **Copy to tape:** If you have a tape library or a stand-alone tape drive attached and configured on MABS, the recovery point will be copied to a free tape.
101105

102-
![Choose online replication](./media/backup-azure-backup-exchange-server/choose-online-replication.png)
106+
![Screenshot shows how to choose online replication.](./media/backup-azure-backup-exchange-server/choose-online-replication.png)
103107

104108
## Next steps
105109

0 commit comments

Comments
 (0)