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/backup-azure-files-faq.yml
+14-2Lines changed: 14 additions & 2 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: 12/11/2024
5
+
ms.date: 01/08/2025
6
6
ms.topic: faq
7
7
ms.service: azure-backup
8
8
author: AbhishekMallick-MS
@@ -74,6 +74,11 @@ sections:
74
74
| **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
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
76
77
+
- question: |
78
+
What is the maximum delay expected in backup start time from the scheduled backup time I have set in my backup policy?
79
+
answer: |
80
+
The scheduled backup is triggered within 2 hours of the scheduled backup time. For example, If 100 File Shares have their backup start time scheduled at 2:00 AM, then by 4:00 AM at the latest all the 100 File Shares will have their backup job in progress. If scheduled backups are paused because of an outage and resumed or retried, then the backup can start outside of this scheduled two-hour window.
81
+
77
82
78
83
79
84
- name: Restore
@@ -98,6 +103,13 @@ sections:
98
103
answer: |
99
104
If a recovery point isn't listed, it must have expired. We recommend you checking the retention configured in the backup policy to understand the retention duration for recovery points of your backed-up file share.
100
105
106
+
- question: |
107
+
Why is my restore operation taking long time to complete?
108
+
answer: |
109
+
If you are restoring from snapshot backup, for Original Location Recovery (OLR) the total restore time depends on number of files and directories in the share. When you restore to alternate location, the restore time depends on number of files and directories in the share to be restored and available IOPS on source and target storage account.
110
+
111
+
112
+
101
113
- name: Manage backup
102
114
questions:
103
115
- question: |
@@ -280,7 +292,7 @@ sections:
280
292
- question: |
281
293
Why the expiry time for latest recovery points doesn't appear in the Azure portal?
282
294
answer: |
283
-
Expiry Time of recovery points are updated when Garbage Collector (GC) runs, which is every 24 hours. After you update the backup policy, it can take up to 24 hours to show the updates in the Expiry Time, if there're no delays in GC jobs.
295
+
Expiry Time of recovery points is updated when Garbage Collector (GC) runs, which is every 24 hours. After you update the backup policy, it can take up to 24 hours to show the updates in the Expiry Time, if there're no delays in GC jobs.
284
296
285
297
- question: |
286
298
How is the expiry date shown when both snapshot and vaulted backups are configured?
0 commit comments