Skip to content

Commit bb986fc

Browse files
Merge pull request #312812 from akarshprabhu/main
Clarify incremental RP expiration savings and schedule-day policy-change behavior
2 parents e9910dd + 71deafc commit bb986fc

2 files changed

Lines changed: 4 additions & 0 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/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)