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-exchange-mabs.md
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,31 @@
1
1
---
2
2
title: Back up Exchange server with Azure Backup Server
3
3
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
7
6
author: AbhishekMallick-MS
8
7
ms.author: v-abhmallick
8
+
ms.custom: engagement-fy24
9
9
---
10
10
# Back up an Exchange server to Azure with Azure Backup Server
11
11
12
12
This article describes how to configure Microsoft Azure Backup Server (MABS) to back up a Microsoft Exchange server to Azure.
13
13
14
-
## Prerequisites
14
+
## Prerequisites for backup of an Exchange server
15
15
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).
17
17
18
18
## MABS protection agent
19
19
20
20
To install the MABS protection agent on the Exchange server, follow these steps:
21
21
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).
23
23
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.
24
24
25
25
## Create a protection group for the Exchange server
26
26
27
+
To create a protection group for the Exchange server, follow these steps:
28
+
27
29
1. In the MABS Administrator Console, select **Protection**, and then select **New** on the tool ribbon to open the **Create New Protection Group** wizard.
28
30
2. On the **Welcome** screen of the wizard, select **Next**.
29
31
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:
36
38
37
39
In the following example, the Exchange 2010 database is selected.
38
40
39
-

41
+

40
42
5. Select the data protection method.
41
43
42
44
Name the protection group, and then select both of the following options:
43
45
44
46
* I want short-term protection using Disk.
45
47
* I want online protection.
46
48
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.
48
50
49
51
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.
50
52
51
53
> [!NOTE]
52
54
> 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:

73
75
74
76
> [!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.
76
78
>
77
79
>
78
80
16. Configure the retention policy for **Azure Backup**, and then select **Next**.
79
81
17. Choose an online replication option and select **Next**.
80
82
81
83
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.

84
86
18. Confirm the settings, and then select **Create Group**.
85
87
19. Select **Close**.
86
88
87
89
## Recover the Exchange database
88
90
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.
90
94
2. Locate the Exchange database that you want to recover.
91
95
3. Select an online recovery point from the *recovery time* drop-down list.
92
96
4. Select **Recover** to start the **Recovery Wizard**.
@@ -99,7 +103,7 @@ For online recovery points, there are five recovery types:
99
103
***Copy to a network folder:** The data will be recovered to a network folder.
100
104
***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.
0 commit comments