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
### Fall back to crash consistent backups for VMware VMs
587
+
588
+
Application consistent backups for VMware VMs running Windows can fail with the *ApplicationQuiesceFault* error if:
589
+
590
+
- The VSS providers in the VM aren't in a stable state.
591
+
- The VM is under heavy load.
592
+
593
+
To resolve this quiescing error and retry the failed application consistent backup with a crash consistent backup, use the following registry key on the MABS server running V4 UR1 or above:
594
+
595
+
```azurepowershell
596
+
Name - FailbackToCrashConsistentBackup DWORD = 1
597
+
Path- SOFTWARE\\MICROSOFT\\MICROSOFT DATA PROTECTION MANAGER\\VMWare
598
+
599
+
```
600
+
585
601
## Next steps
586
602
587
603
For troubleshooting issues when setting up backups, review the [troubleshooting guide for Azure Backup Server](./backup-azure-mabs-troubleshoot.md).
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-security-feature.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Security features that protect hybrid backups
3
3
description: Learn how to use security features in Azure Backup to make backups more secure
4
4
ms.reviewer: utraghuv
5
5
ms.topic: how-to
6
-
ms.date: 03/01/2023
6
+
ms.date: 11/07/2023
7
7
ms.service: backup
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-abhmallick
@@ -127,12 +127,12 @@ This feature is supported with MARS agent version *2.0.9250.0* and higher from D
127
127
128
128
The following table lists the disallowed operations on DPM connected to an immutable Recovery:
129
129
130
-
| Operation on Immutable vault | Result with DPM 2022 UR1, MABS v4, and latest MARS agent | Result with older DPM/MABS and or MARS agent |
130
+
| Operation on Immutable vault | Result with DPM 2022 UR1, MABS v4, and latest MARS agent. <br><br> With DPM 2022 UR2 or MABS v4 UR1, you can select the option to retain online recovery points by policy when stopping protection or removing a data source from a protection group from the console. | Result with older DPM/MABS and or MARS agent |
131
131
| --- | --- | --- |
132
132
|**Remove Data Source from protection group configured for online backup**| 81001: The backup item(s) can't be deleted because it has active recovery points, and the selected vault is an immutable vault. | 130001: Microsoft Azure Backup encountered an internal error. |
133
-
|**Stop protection with delete data**| 81001: The backup item(s) can't be deleted because it has active recovery points, and the selected vault is an immutable vault. | 130001: Microsoft Azure Backup encountered an internal error. |
133
+
|**Stop protection with delete data**| 81001: The backup item(s) can't be deleted because it has active recovery points, and the selected vault is an immutable vault. <br><br> With DPM 2022 UR2 or MABS v4 UR1, you can select the option to retain online recovery points by policy when stopping protection or removing a data source from a protection group from the console. | 130001: Microsoft Azure Backup encountered an internal error. |
134
134
|**Reduce online retention period**| 810002: Reduction in retention during Policy/Protection modification isn't allowed because the selected vault is immutable. | 130001: Microsoft Azure Backup encountered an internal error. |
135
-
|**Remove-DPMChildDatasource command**| 81001: The backup item(s) can't be deleted because it has active recovery points, and the selected vault is an immutable vault. <br><br> Use new option *-EnableOnlineRPsPruning* with *-KeepOnlineData* to retain data only up to policy duration. | 130001: Microsoft Azure Backup encountered an internal error. <br><br> Use the *-KeepOnlineData* flag to retain data. |
135
+
|**Remove-DPMChildDatasource command**| 81001: The backup item(s) can't be deleted because it has active recovery points, and the selected vault is an immutable vault. <br><br> Use new option *-EnableOnlineRPsPruning* with *-KeepOnlineData* to retain data only up to policy duration. <br><br> With DPM 2022 UR2 or MABS v4 UR1, you can select the option to retain online recovery points by policy when stopping protection or removing a data source from a protection group from the console. | 130001: Microsoft Azure Backup encountered an internal error. <br><br> Use the *-KeepOnlineData* flag to retain data. |
Copy file name to clipboardExpand all lines: articles/backup/backup-mabs-release-notes-v3.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Release notes for Microsoft Azure Backup Server v3
3
3
description: This article provides the information about the known issues and workarounds for Microsoft Azure Backup Server (MABS) v3.
4
4
ms.topic: conceptual
5
-
ms.date: 04/20/2023
5
+
ms.date: 11/07/2023
6
6
ms.asset: 0c4127f2-d936-48ef-b430-a9198e425d81
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-abhmallick
@@ -12,6 +12,10 @@ ms.author: v-abhmallick
12
12
13
13
This article provides the known issues and workarounds for Microsoft Azure Backup Server (MABS) V3.
14
14
15
+
## MABS V4 UR1 known issues and workarounds
16
+
17
+
No known issues.
18
+
15
19
## MABS V4 known issues and workarounds
16
20
17
21
If you're protecting Windows Server 2012 and 2012 R2, you need to install Visual C++ redistributable 2015 manually on the protected server. You can download [Visual C++ Redistributable for Visual Studio 2015 from Official Microsoft Download Center](https://www.microsoft.com/en-in/download/details.aspx?id=48145).
@@ -77,7 +81,7 @@ If you're protecting Windows Server 2012 and 2012 R2, you need to install Visual
77
81
78
82
9. Start MSDPM service.
79
83
80
-
### After installing UR1, the MABS reports aren't updated with new RDL files
84
+
### After you install UR1, the MABS reports aren't updated with new RDL files
81
85
82
86
**Description**: With UR1, the MABS report formatting issue is fixed with updated RDL files. The new RDL files aren't automatically replaced with existing files.
Copy file name to clipboardExpand all lines: articles/backup/backup-mabs-whats-new-mabs.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,32 @@
2
2
title: What's new in Microsoft Azure Backup Server
3
3
description: Microsoft Azure Backup Server gives you enhanced backup capabilities for protecting VMs, files and folders, workloads, and more.
4
4
ms.topic: conceptual
5
-
ms.date: 04/25/2023
5
+
ms.date: 11/07/2023
6
6
author: AbhishekMallick-MS
7
7
ms.author: v-abhmallick
8
-
ms.custom: engagement-fy23
9
8
---
10
9
11
10
# What's new in Microsoft Azure Backup Server (MABS)?
12
11
13
12
Microsoft Azure Backup Server gives you enhanced backup capabilities to protect VMs, files and folders, workloads, and more.
14
13
14
+
15
+
16
+
## What's new in MABS V4 Update Rollup 1 (UR1)?
17
+
18
+
**Microsoft Azure Backup Server version 4 (MABS V4) Update Rollup 1** includes critical bug fixes and feature enhancements. To view the list of bugs fixed and the installation instructions for MABS V4 UR1, see [KB article 5032421](https://support.microsoft.com/help/5032421/).
19
+
20
+
The following table lists the new features added in MABS V4 UR1:
21
+
22
+
| Feature | Supportability |
23
+
| --- | --- |
24
+
| Item-level recovery for VMware VMs running Windows directly from online recovery points. | Note that you need *MARS version 2.0.9251.0 or above* to use this feature. |
25
+
| Windows and Basic SMTP Authentication for MABS email reports and alerts. | This enables MABS to send reports and alerts using any vendor supporting SMTP Basic Authentication. [Learn more](/system-center/dpm/monitor-dpm?view=sc-dpm-2022&preserve-view=true#configure-email-for-dpm). <br><br> Note that if you are using Microsoft 365 SMTP with a MABS V4 private fix, reenter the credential using Basic Authentication. |
26
+
| Fall back to crash consistent backups for VMware VMs. | Use a registry key for VMware VMs when backups fail with ApplicationQuiesceFault. [Learn more](backup-azure-backup-server-vmware.md#applicationquiescefault). |
27
+
|**Experience improvements for MABS backups to Azure.**||
28
+
| List online recovery points for a data source along with the expiry time and soft-delete status. | To view the list of recovery points along with their expiration dates, right-click a data source and select **List recovery points**. |
29
+
| Stop protection and retaining data using the policy duration for immutable vaults directly from the console. | This helps you to save the backup costs when stopping protection for a data source backed up to an immutable vault. [Learn more](backup-azure-security-feature.md#immutability-support). |
30
+
15
31
## What's new in MABS V4 RTM
16
32
17
33
Microsoft Azure Backup Server version 4 (MABS V4) includes critical bug fixes and the support for Windows Server 2022, SQL 2022, Azure Stack HCI 22H2, and other features and enhancements. To view the list of bugs fixed and the installation instructions for MABS V4, see [KB article 5024199](https://support.microsoft.com/help/5024199/).
Copy file name to clipboardExpand all lines: articles/backup/restore-azure-backup-server-vmware.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Restore VMware VMs with Azure Backup Server
3
3
description: Use Azure Backup Server (MABS) to restore VMware VMs running on a VMware vCenter/ESXi server.
4
4
ms.topic: how-to
5
-
ms.date: 03/01/2023
5
+
ms.date: 11/07/2023
6
6
author: AbhishekMallick-MS
7
7
ms.author: v-abhmallick
8
8
---
@@ -49,7 +49,7 @@ This article explains how to use Microsoft Azure Backup Server (MABS) to restore
49
49
You can restore individual files from a protected VM recovery point. This feature is only available for Windows Server VMs. Restoring individual files is similar to restoring the entire VM, except you browse into the VMDK and find the file(s) you want, before starting the recovery process. To recover an individual file or select files from a Windows Server VM:
50
50
51
51
>[!NOTE]
52
-
>Restoring an individual file from a VM is available only for Windows VM and Disk Recovery Points.
52
+
>Restoring an individual file from a VM, and from Disk and Online recovery Points.
53
53
54
54
1. In the MABS Administrator Console, select **Recovery** view.
55
55
@@ -59,7 +59,13 @@ You can restore individual files from a protected VM recovery point. This featur
59
59
60
60
3. In the **Recovery Points for:** pane, use the calendar to select the date that contains the desired recovery point(s). Depending on how the backup policy has been configured, dates can have more than one recovery point. Once you've selected the day when the recovery point was taken, make sure you've chosen the correct **Recovery time**. If the selected date has multiple recovery points, choose your recovery point by selecting it in the Recovery time drop-down menu. Once you chose the recovery point, the list of recoverable items appears in the **Path:** pane.
61
61
62
-
4. To find the files you want to recover, in the **Path** pane, double-click the item in the **Recoverable item** column to open it. Select the file, files, or folders you want to recover. To select multiple items, press the **Ctrl** key while selecting each item. Use the **Path** pane to search the list of files or folders appearing in the **Recoverable Item** column. **Search list below** doesn't search into subfolders. To search through subfolders, double-click the folder. Use the **Up** button to move from a child folder into the parent folder. You can select multiple items (files and folders), but they must be in the same parent folder. You can't recover items from multiple folders in the same recovery job.
62
+
4. To find the files you want to recover, in the **Path** pane, double-click the item in the **Recoverable item** column to open it. Select the file, files, or folders you want to recover.
63
+
64
+
If you use an online recovery point, wait until the recovery point is mounted. Once the mount is complete, select the *VM*, *disk*, and the *volume* you want to restore until the files and folders are listed.
65
+
66
+
67
+
68
+
To select multiple items, press the **Ctrl** key while selecting each item. Use the **Path** pane to search the list of files or folders appearing in the **Recoverable Item** column. **Search list below** doesn't search into subfolders. To search through subfolders, double-click the folder. Use the **Up** button to move from a child folder into the parent folder. You can select multiple items (files and folders), but they must be in the same parent folder. You can't recover items from multiple folders in the same recovery job.
@@ -74,6 +80,12 @@ You can restore individual files from a protected VM recovery point. This featur
74
80
9. On the **Specify Recovery Options** screen, choose which security setting to apply. You can opt to modify the network bandwidth usage throttling, but throttling is disabled by default. Also, **SAN Recovery** and **Notification** aren't enabled.
75
81
10. On the **Summary** screen, review your settings and select **Recover** to start the recovery process. The **Recovery status** screen shows the progression of the recovery operation.
76
82
83
+
>[!Tip]
84
+
>You can also do item-level restore of the online recovery points for VMware VMs running Windows from **Add external DPM Server** for a quick recovery of VM files and folders.
85
+
86
+
87
+
88
+
77
89
## VMware parallel restore in MABS v4 (and later)
78
90
79
91
MABS v4 supports restoring more than one VMware VMs protected from the same vCenter in parallel. By default, eight parallel recoveries are supported. You can increase the number of parallel restore jobs by adding the following registry key.
0 commit comments