Skip to content

Commit 0c6fef1

Browse files
authored
Merge pull request #292744 from AbhishekMallick01/Jan-8-2025-AFS
AFS backup - FAQ added
2 parents 53ad682 + 29763b5 commit 0c6fef1

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

articles/backup/backup-azure-files-faq.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
metadata:
33
title: Back up Azure Files FAQ
44
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
66
ms.topic: faq
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -74,6 +74,11 @@ sections:
7474
| **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).
7575
| **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.
7676
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+
7782
7883
7984
- name: Restore
@@ -98,6 +103,13 @@ sections:
98103
answer: |
99104
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.
100105
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+
101113
- name: Manage backup
102114
questions:
103115
- question: |
@@ -280,7 +292,7 @@ sections:
280292
- question: |
281293
Why the expiry time for latest recovery points doesn't appear in the Azure portal?
282294
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.
284296
285297
- question: |
286298
How is the expiry date shown when both snapshot and vaulted backups are configured?

0 commit comments

Comments
 (0)