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/archive-tier-support.md
+19-2Lines changed: 19 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: Azure Backup - Archive tier overview
3
3
description: Learn about Archive tier support for Azure Backup.
4
4
ms.topic: overview
5
-
ms.date: 12/21/2023
5
+
ms.date: 04/25/2024
6
6
ms.custom: references_regions
7
7
ms.service: backup
8
8
author: AbhishekMallick-MS
@@ -23,7 +23,7 @@ Archive tier supports the following workloads:
23
23
24
24
| Workloads | Operations |
25
25
| --- | --- |
26
-
| Azure Virtual Machines | Only monthly and yearly recovery points. Daily and weekly recovery points aren't supported. <br><br> Age >= 3 months in Vault-standard tier <br><br> Retention left >= 6 months. <br><br> No active daily and weekly dependencies. |
26
+
| Azure Virtual Machines | Only monthly and yearly recovery points. Daily and weekly recovery points aren't supported. <br><br> Age >= 3 months in Vault-standard tier <br><br> Retention left >= 6 months. <br><br> No active daily and weekly dependencies. There're no un-expired daily or weekly recovery points between the recovery point considered for archival and the next monthly or yearly recovery point. |
27
27
| SQL Server in Azure Virtual Machines <br><br> SAP HANA in Azure Virtual Machines | Only full recovery points. Logs and differentials aren't supported. <br><br> Age >= 45 days in Vault-standard tier. <br><br> Retention left >= 6 months. <br><br> No dependencies. |
28
28
29
29
A recovery point becomes archivable only if all the above conditions are met.
@@ -118,6 +118,23 @@ If the list of recovery points is blank, then all the eligible/recommended recov
118
118
119
119
No. Currently, the **File Recovery** option doesn't support restoring specific files from an archived recovery point of an Azure VM backup.
120
120
121
+
### What are the possible reasons if my VM recovery point was not moved to archive?
122
+
123
+
Before you move VM recovery points to archive tier, ensure that the following criteria are met:
124
+
125
+
- The recovery point should be a monthly or yearly recovery point.
126
+
- The age of the recovery point in standard tier needs to be *>= 3 months*.
127
+
- The remaining retention duration should be *>= 6 months*.
128
+
- There should be *no unexpired daily or weekly recovery point* between the recovery point in consideration and the next monthly or yearly recovery point.
129
+
130
+
To check the type of recovery point, go to the *backup instance*, and then select the *link* to view all recovery points.
131
+
132
+
:::image type="content" source="./media/archive-tier-support/view-all-vm-recovery-points.png" alt-text="Screenshot shows how to view all recovery points for an Azure VM." lightbox="./media/archive-tier-support/view-all-vm-recovery-points.png":::
133
+
134
+
You can also filter from the list of all recovery points as per *daily*, *weekly*, *monthly*, and *yearly*.
135
+
136
+
:::image type="content" source="./media/archive-tier-support/filter-vm-recovery-points-by-age.png" alt-text="Screenshot shows how to filter recovery points for an Azure VM by daily, weekly, monthly, and yearly." lightbox="./media/archive-tier-support/filter-vm-recovery-points-by-age.png":::
0 commit comments