Skip to content

Commit b7d6a58

Browse files
authored
Merge pull request #301959 from AbhishekMallick01/Jun-27-2025-MABS
MABS/DPM - updates as per the latest support
2 parents 9ebe354 + 508becb commit b7d6a58

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

articles/backup/backup-azure-backup-server-vmware.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up VMware VMs using Azure Backup Server
33
description: Learn how to back up VMware VMs running on VMware ESXi hosts/vCenter Server to Azure using Azure Backup Server (MABS).
44
ms.topic: how-to
5-
ms.date: 02/25/2025
5+
ms.date: 06/27/2025
66
author: jyothisuri
77
ms.author: jsuri
88
ms.service: azure-backup
@@ -597,8 +597,9 @@ Application consistent backups for VMware VMs running Windows can fail with the
597597
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:
598598

599599
```azurepowershell
600-
Name - FailbackToCrashConsistentBackup DWORD = 1
601-
Path- SOFTWARE\\MICROSOFT\\MICROSOFT DATA PROTECTION MANAGER\\VMWare
600+
Windows Registry Editor Version 5.00
601+
[HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\MICROSOFT DATA PROTECTION MANAGER\VMWare]
602+
" FailbackToCrashConsistentBackup"=dword:00000001
602603
603604
```
604605

articles/backup/backup-azure-dpm-azure-server-faq.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
ms.reviewer: srinathv
66
ms.topic: faq
77
ms.service: azure-backup
8-
ms.date: 10/13/2021
8+
ms.date: 06/27/2025
99
author: jyothisuri
1010
ms.author: jsuri
1111

@@ -53,9 +53,9 @@ sections:
5353
- name: VMware and Hyper-V backup
5454
questions:
5555
- question: |
56-
Can I back up VMware vCenter servers to Azure?
56+
Can I back up VMware vSphere or ESXI Host VMs to Azure?
5757
answer: |
58-
Yes. You can use Azure Backup Server to back up VMware vCenter Server and ESXi hosts to Azure.
58+
Yes, you can use Azure Backup to back up VMware vSphere or ESXI Host VMs to Azure.
5959
6060
- [Learn more](backup-mabs-protection-matrix.md) about supported versions.
6161
- [Follow these steps](backup-azure-backup-server-vmware.md) to back up a VMware server.
@@ -85,6 +85,11 @@ sections:
8585
answer: |
8686
Because SharePoint databases are configured in SQL Always On, they can't be modified unless the availability group is removed. As a result, DPM can't restore a database to the original location. You can recover a SQL Server database to another SQL Server instance.
8787
88+
- question: |
89+
What is the retention range of an on-demand online backup triggered via Azure Backup or DPM Server?
90+
answer: |
91+
Azure Backup and DPM Server currently don't allow setting an expiry date for on-demand online backups. These backups follow the daily retention policy configured for the data source. If only weekly, monthly, or yearly retention is set, the backup is retained for the day and deleted the next day.
92+
8893
additionalContent: |
8994
9095
## Next steps

articles/backup/backup-azure-microsoft-azure-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Azure Backup Server to back up workloads
33
description: In this article, learn how to prepare your environment to protect and back up workloads using Microsoft Azure Backup Server (MABS).
44
ms.topic: how-to
5-
ms.date: 11/23/2024
5+
ms.date: 06/27/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -374,7 +374,7 @@ Use the following steps to upgrade MABS:
374374

375375
## Increase maximum parallel online backups
376376

377-
You can increase the number of maximum parallel online backup jobs from the default 8 to a configurable number using the following registry keys (if your underlying hardware and network bandwidth can support it).
377+
You can increase the number of maximum parallel online backup jobs from the default 8 to a configurable limit of 20 using the following registry keys (if your underlying hardware and network bandwidth can support it).
378378

379379
The example below increases the limit to 12 jobs.
380380

articles/backup/backup-mabs-whats-new-mabs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What's new in Microsoft Azure Backup Server
33
description: Microsoft Azure Backup Server gives you enhanced backup capabilities for protecting VMs, files and folders, workloads, and more.
44
ms.service: azure-backup
55
ms.topic: release-notes
6-
ms.date: 02/28/2025
6+
ms.date: 06/27/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -72,7 +72,7 @@ The following table lists the included features in MABS V4:
7272
| VMware 8.0 support | MABS V4 can now back up VMware VMs running on VMware 8.0. MABS V4 supports VMware, version 6.5 to 8.0. [Learn more](backup-azure-backup-server-vmware.md). <br><br> Note that MABS V4 doesn't support the DataSets feature added in vSphere 8.0. |
7373
| Item-level recovery from online recovery points for Hyper-V and Stack HCI VMs running Windows Server | With MABS V4, you can perform item-level recovery of files and folders from your online recovery point for VMs running Windows Server on Hyper-V or Stack HCI without downloading the entire recovery point. <br><br> Go to the *Recovery* pane, select a *VM online recovery point* and double-click the *recoverable item* to browse and recover its contents at a file/folder level. <br><br> [Learn more](back-up-hyper-v-virtual-machines-mabs.md). |
7474
| Parallel Restore of VMware and Hyper-V VMs | MABS V4 supports parallel restore of [VMware](restore-azure-backup-server-vmware.md) and [Hyper-V](back-up-hyper-v-virtual-machines-mabs.md) virtual machines. With earlier versions of MABS, restore of VMware VM and Hyper-V virtual machine was restricted to only one restore job at a time. With MABS V4, by default you can restore *eight* VMs in parallel and this number can be increased using a registry key. |
75-
| Parallel online backup jobs - limit enhancement | MABS V4 supports increasing the maximum parallel online backup jobs from *eight* to a configurable limit based on your hardware and network limitations through a registry key for faster online backups. [Learn more](backup-azure-microsoft-azure-backup.md). |
75+
| Parallel online backup jobs - limit enhancement | MABS V4 supports increasing the maximum parallel online backup jobs from eight to a configurable limit of twenty through a registry key for faster online backups. [Learn more](backup-azure-microsoft-azure-backup.md). |
7676
| Faster Item Level Recoveries | MABS V4 moves away from File Catalog for online backup of file/folder workloads. File Catalog was necessary to restore individual files and folders from online recovery points, but increased backup time by uploading file metadata. <br><br> MABS V4 uses an *iSCSI mount* to provide faster individual file restores and reduces backup time, because file metadata doesn't need to be uploaded. |
7777

7878
## What's new in MABS V3 UR2 Hotfix?

0 commit comments

Comments
 (0)