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
| Maximum total recovery points per file share at any point in time | 200 |
70
70
| Maximum retention of recovery point created by on-demand backup | 10 years |
71
-
| Maximum retention of daily recovery points (snapshots) per file share| 200 days |
71
+
| Maximum retention of daily recovery points (snapshots) per file share, if daily frequency | 200 days |
72
+
| Maximum retention of daily recovery points (snapshots) per file share, if hourly frequency | Floor (200/number of snapshots according to the schedule)-1 |
72
73
| Maximum retention of weekly recovery points (snapshots) per file share | 200 weeks |
73
74
| Maximum retention of monthly recovery points (snapshots) per file share | 120 months |
74
75
| Maximum retention of yearly recovery points (snapshots) per file share | 10 years |
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-files-faq.yml
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
metadata:
3
3
title: Back up Azure Files FAQ
4
4
description: In this article, discover answers to common questions about how to protect your Azure file shares with the Azure Backup service.
5
-
ms.date: 04/05/2022
5
+
ms.date: 10/14/2022
6
6
ms.topic: faq
7
7
ms.service: backup
8
8
author: v-amallick
@@ -30,7 +30,7 @@ sections:
30
30
- question: |
31
31
Why is it recommended to enable lock on the storage account?
32
32
answer: |
33
-
The current Azure Files backup solution keeps snapshots in the same storage account as the backed-up file share. If the storage account gets deleted, you will lose all your snapshots. To protect your account against accidental deletion, Azure Backup takes a Delete lock on the storage account. It means authorized users can still read and modify a resource, but they can't delete it. The lock also restricts the deletion of any file share under the storage account. Hence, you get protection from the accidental deletion of both the storage account and files shares.
33
+
The current Azure Files backup solution keeps snapshots in the same storage account as the backed-up file share. If the storage account gets deleted, you'll lose all your snapshots. To protect your account against accidental deletion, Azure Backup takes a Delete lock on the storage account. It means authorized users can still read and modify a resource, but they can't delete it. The lock also restricts the deletion of any file share under the storage account. Hence, you get protection from the accidental deletion of both the storage account and files shares.
34
34
35
35
- question: |
36
36
Can I protect File Shares connected to a Sync Group in Azure Files Sync?
@@ -64,6 +64,18 @@ sections:
64
64
answer: |
65
65
You can have up to 200 Snapshots for a file share at any point in time. The limit includes snapshots taken by Azure Backup as defined by your policy. If your backups start failing after reaching the limit, delete On-Demand snapshots for successful future backups.
66
66
67
+
- question: |
68
+
How's the total number of snapshots corresponding to a backup policy configuration calculated?
69
+
answer: |
70
+
The following table explains the snapshot count as per the backup policy configuration:
71
+
72
+
| Backup frequency | Retention period | Snapshot count |
| **Daily** | Add the retention values configured for daily, weekly, monthly, and yearly backups. For example, you configure a backup policy with the following values: <br><br> - Daily retention: 30 days <br> - Weekly retention: 40 weeks <br> - Monthly retention: 4 months <br> - Yearly retention: 6 years | This corresponds to 80 snapshots (30+40+4+6).
75
+
| **Hourly** | There's a buffer allocated for any delay in pruning the expired snapshots. For example, you configure a backup policy with: <br><br> - Number of daily snapshots as per your schedule: 6 <br> - Daily retention: 30 days <br> - Monthly retention: 11 months <br> - Yearly retention: 8 years | Considering 1 day buffer for each daily snapshot, the daily retention of 30 days is considered as 31 days for each of the 6 daily snapshots. So, this configuration corresponds to 205 [(6X31)+11+8] snapshots.
76
+
77
+
78
+
67
79
- name: Restore
68
80
questions:
69
81
- question: |
@@ -198,9 +210,9 @@ sections:
198
210
199
211
**Impact of change**
200
212
201
-
1. The expiration date of existing daily recovery points will be aligned according to the new daily retention value, that is 10 days. So any daily recovery point older than 10 days will be deleted.
213
+
1. The expiration date of existing daily recovery points will be aligned according to the new daily retention value (10 days). So any daily recovery point older than 10 days will be deleted.
202
214
203
-
2. The expiration date of existing weekly recovery points will be aligned according to the new weekly retention value, that is two weeks. So any weekly recovery point older than two weeks will be deleted.
215
+
2. The expiration date of existing weekly recovery points will be aligned according to the new weekly retention value (two weeks). So, any weekly recovery point older than two weeks will be deleted.
204
216
205
217
3. The monthly recovery points will only be created as part of future backups based on the new policy configuration.
206
218
@@ -214,7 +226,7 @@ sections:
214
226
answer: |
215
227
The **duration** attribute helps to determine the timestamp for last backup of the day.
216
228
217
-
For example, if the **start time** is “x AM” and **duration** is “y hours”, the backups will be scheduled between “x AM” and (x AM + y hours) based on the **schedule** attribute defined in the policy. This attribute enables you to ensure backups are only triggered during your working hours when there're frequent update operations on file share contents; therefore, taking multiple snapshots will safeguard data from any accidental changes.
229
+
For example, if the **start time** is “x AM” and **duration** is “y hours”, the backups will be scheduled between “x AM” and (x AM + y hours) based on the **schedule** attribute defined in the policy. This attribute enables you to ensure backups are only triggered during your working hours when there are frequent update operations on file share contents; so, taking multiple snapshots will safeguard data from any accidental changes.
218
230
219
231
- question: |
220
232
How are the backups scheduled based on the attributes - start time, schedule, and duration?
@@ -287,6 +299,11 @@ sections:
287
299
answer: |
288
300
No. If you delete a file share containing leased snapshots, the lease won’t be in place when the file share is undeleted.
289
301
302
+
- question: |
303
+
Can I configure different backup policies for file shares in a storage account?
304
+
answer: |
305
+
Yes, you can protect file shares in a storage account in the same Recovery Services vault with different backup policies.
0 commit comments