Skip to content

Commit af254e6

Browse files
Merge pull request #312813 from MicrosoftDocs/main
Auto Publish – main to live - 2026-03-09 06:00 UTC
2 parents bef8424 + bb986fc commit af254e6

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

articles/backup/backup-architecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Back up deduplicated disks | | | ![Partially][yellow]<br/><br/> For DPM/MABS ser
140140
- **Retention duration is increased / decreased:** When the retention duration is changed, the new retention duration is applied to the existing recovery points as well. As a result, some of the recovery points will be cleaned up. If the retention period is increased, the existing recovery points will have an increased retention as well.
141141
- **Changed from daily to weekly:** When the scheduled backups are changed from daily to weekly, the existing daily recovery points are cleaned up.
142142
- **Changed from weekly to daily:** The existing weekly backups will be retained based on the number of days remaining according to the current retention policy.
143+
- **Schedule days/tags are changed, but retention is unchanged:** Existing recovery points continue to expire according to their current retention settings. New recovery points are no longer created for the removed schedule days/tags. Because Azure VM backup is incremental, storage reduction is gradual and depends on how much data in expired recovery points was overwritten by newer retained recovery points.
143144

144145
### Additional reference
145146

articles/backup/backup-mabs-protection-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following sections details the protection support matrix for MABS:
4949
| **Workload** | **Version** | **Azure Backup Server installation** | **Supported Azure Backup Server** | **Protection and recovery** |
5050
| ------------------------------------------------------------ | ------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------- | ------------------------------------------------------------ |
5151
| Hyper-V host - MABS protection agent on Hyper-V host server, cluster, or VM | Windows Server 2022, 2019, 2016, 2012 R2, 2012 | Physical server <br><br> Hyper-V virtual machine <br><br> VMware virtual machine | V4 | Protect: Virtual machines, cluster shared volumes (CSVs) <br><br> Recover: Virtual machine, Item-level recovery of files and folders available only for Windows, volumes, virtual hard drives <br><br> Note that Item Level Recovery isn't supported for Virtual Machine volumes that have BitLocker enabled. |
52-
| Azure Local | V1, 20H2, 21H2, 22H2, and 23H2 | Physical server <br><br> Hyper-V / Azure Local virtual machine <br><br> VMware virtual machine | V4 | Protect: Virtual machines, cluster shared volumes (CSVs) <br><br> Recover: Virtual machine, Item-level recovery of files and folders available only for Windows, volumes, virtual hard drives <br><br> Recovery of Arc VMs is supported in a limited capacity in Azure Local, version 23H2. [Learn more](back-up-azure-stack-hyperconverged-infrastructure-virtual-machines.md). |
52+
| Azure Local | Lastest Major Release [Learn More](/azure/azure-local/release-information-23h2?view=azloc-2602&preserve-view=true&tabs=OS-build-26100-xxxx%2COS-build-25398-xxx) | Physical server <br><br> Hyper-V / Azure Local virtual machine <br><br> VMware virtual machine | V4 | Protect: Virtual machines, cluster shared volumes (CSVs) <br><br> Recover: Virtual machine, Item-level recovery of files and folders available only for Windows, volumes, virtual hard drives <br><br> Recovery of Arc VMs is supported in a limited capacity in Azure Local, version 23H2. [Learn more](back-up-azure-stack-hyperconverged-infrastructure-virtual-machines.md). <br><br> Note that Application Control should be in audit mode for agent installation.|
5353
| VMware VMs | VMware server 6.5, 6.7, 7.0, 8.0 (Licensed Version) | Hyper-V virtual machine <br><br> VMware virtual machine | V4 | Protect: VMware VMs on cluster-shared volumes (CSVs), NFS, and SAN storage <br><br> Recover: Virtual machine, Item-level recovery of files and folders available only for Windows, volumes, virtual hard drives <br><br> Note that Item Level Recovery isn't supported for Virtual Machine volumes that have BitLocker enabled. <br><br> VMware vApps aren't supported. <br><br> vSphere 8.0 DataSets feature isn't supported for backup. |
5454

5555
>[!NOTE]
@@ -159,4 +159,4 @@ MABS doesn't support protecting the following data types:
159159
- [Run an unattended installation of MABS](backup-mabs-unattended-install.md).
160160
- [Back up a SharePoint farm on Azure Stack](backup-mabs-sharepoint-azure-stack.md).
161161
- [Back up SQL Server on Azure Stack](backup-mabs-sql-azure-stack.md).
162-
- [Azure Backup Server V3 RTM protection matrix](microsoft-azure-backup-server-protection-v3.md).
162+
- [Azure Backup Server V3 RTM protection matrix](microsoft-azure-backup-server-protection-v3.md).

articles/backup/manage-recovery-points.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ When the initial recovery point expires, it merges with the next incremental rec
7575

7676
- If *Recovery Point 2* expires before *Recovery Point 1*, the data from *Recovery Point 2* is merged with the next available recovery point: *Recovery Point 3*. So block D3 is merged with *Recovery Point 3*.
7777
- *Recovery Point 1* is still the full backup with block D1 and D2.
78+
- When an in-between incremental recovery point expires, Azure Backup frees only the data blocks that are overwritten in a subsequent retained recovery point.
79+
- Data blocks that aren't overwritten are required to maintain the incremental chain and are carried forward (merged) into the next available retained recovery point.
80+
- Because of this behavior, storage reduction can be gradual and might not map 1:1 to the number of expired recovery points.
7881

7982
![Second case](./media/manage-recovery-points/second-case.png)
8083

0 commit comments

Comments
 (0)