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
description: Learn how to back up Azure file shares in the Recovery Services vault
4
4
ms.topic: conceptual
5
-
ms.date: 03/08/2022
5
+
ms.date: 03/04/2024
6
6
ms.service: backup
7
7
ms.custom:
8
8
- engagement-fy23
@@ -11,54 +11,87 @@ author: AbhishekMallick-MS
11
11
ms.author: v-abhmallick
12
12
---
13
13
14
-
# About Azure file share backup
14
+
# About Azure File share backup
15
15
16
-
Azure file share backup is a native, cloudbased backup solution that protects your data in the cloud and eliminates additional maintenance overheads involved in on-premises backup solutions. The Azure Backup service smoothly integrates with Azure File Sync, and allows you to centralize your file share data as well as your backups. This simple, reliable, and secure solution enables you to configure protection for your enterprise file shares in a few simple steps with an assurance that you can recover your data if any accidental deletion.
16
+
Azure File share backup is a native, cloud-based backup solution that protects your data in the cloud and eliminates additional maintenance overheads involved in on-premises backup solutions. The Azure Backup service smoothly integrates with Azure File Sync, and allows you to centralize your file share data as well as your backups. The simple, secure, and managed backup solution enables you to perform *snapshot backup* and *vaulted backup (preview)* to protect your enterprise file shares so that you can recover the data in case of any accidental or malicious deletion.
17
17
18
-
## Key benefits of Azure file share backup
18
+
>[!Note]
19
+
>Vaulted backup for Azure File share is currently in preview.
20
+
21
+
## Key benefits of Azure File share backup
22
+
23
+
Protection of Azure File share provides the following benefits by using *Snapshot* and *Vaulted (preview)* backup tiers:
19
24
20
25
***Zero infrastructure**: No deployment is needed to configure protection for your file shares.
21
26
***Customized retention**: You can configure backups with daily/weekly/monthly/yearly retention according to your requirements.
22
27
***Built in management capabilities**: You can schedule backups and specify the desired retention period without the additional overhead of data pruning.
23
-
***Instant restore**: Azure file share backup uses file share snapshots, so you can select just the files you want to restore instantly.
28
+
***Instant restore**: Azure File share backup uses file share snapshots, so you can select just the files you want to restore instantly.
24
29
***Alerting and reporting**: You can configure alerts for backup and restore failures and use the reporting solution provided by Azure Backup to get insights on backups across your files shares.
25
30
***Protection against accidental deletion of file shares**: Azure Backup enables the [soft delete feature](../storage/files/storage-files-prevent-file-share-deletion.md) on a storage account level with a retention period of 14 days. Even if a malicious actor deletes the file share, the file share’s contents and recovery points (snapshots) are retained for a configurable retention period, allowing the successful and complete recovery of source contents and snapshots with no data loss.
26
31
***Protection against accidental deletion of snapshots**: Azure Backup acquires a lease on the snapshots taken by scheduled/on-demand backup jobs. The lease acts as a lock that adds a layer of protection and secures the snapshots against accidental deletion.
27
32
28
-
## Architecture
33
+
### Additional key benefit for vaulted backup (preview)
34
+
35
+
**Comprehensive data protection**: The vaulted backup (preview) for Azure Files enables you to protect data from any type of data loss irrespective of the severity or blast radius. With offsite backups, there is no hard dependency on the availability of source data to continue your business operations.
This section shows the backup flow for Azure File share by using the backup tiers - Snapshot tier and Vault-Standard tier (preview).
31
40
32
-
## How the backup process works
41
+
**Choose a backup tier**:
33
42
34
-
1. The first step in configuring backup for Azure file shares is creating a Recovery Services vault. The vault gives you a consolidated view of the backups configured across different workloads.
43
+
# [Snapshot tier](#tab/snapshot)
44
+
45
+
:::image type="content" source="./media/azure-file-share-backup-overview/azure-file-shares-backup-architecture.png" alt-text="Diagram shows the Azure File share backup architecture for snapshot tier." lightbox="./media/azure-file-share-backup-overview/azure-file-shares-backup-architecture.png":::
:::image type="content" source="./media/azure-file-share-backup-overview/azure-file-shares-backup-architecture-for-vault-standard.png" alt-text="Diagram shows the Azure File share backup architecture for vault-standard tier." lightbox="./media/azure-file-share-backup-overview/azure-file-shares-backup-architecture-for-vault-standard.png":::
50
+
51
+
---
52
+
53
+
## How the backup process for Azure File share works?
54
+
55
+
1. The first step in configuring backup for Azure File shares is creating a Recovery Services vault. The vault gives you a consolidated view of the backups configured across different workloads.
35
56
36
57
2. Once you create a vault, the Azure Backup service discovers the storage accounts that can be registered with the vault. You can select the storage account hosting the file shares you want to protect.
37
58
38
59
3. After you select the storage account, the Azure Backup service lists the set of file shares present in the storage account and stores their names in the management layer catalog.
39
60
40
-
4. You then configure the backup policy (schedule and retention) according to your requirements, and select the file shares to back up. The Azure Backup service registers the schedules in the control plane to do scheduled backups.
61
+
4. Then configure the backup policy (backup tier, schedule, and retention) according to your requirements, and select the file shares to back up. The Azure Backup service registers the schedules in the control plane to do scheduled backups.
62
+
63
+
5. Based on the selected policy, the Azure Backup scheduler triggers backups at the scheduled time.
41
64
42
-
5. Based on the policy specified, the Azure Backup scheduler triggers backups at the scheduled time. As part of that job, the file share snapshot is created using the File share API. Only the snapshot URL is stored in the metadata store.
65
+
The backup process depends on the backup tier selected in the backup policy.
43
66
44
-
>[!NOTE]
45
-
>The file share data isn't transferred to the Backup service, since the Backup service creates and manages snapshots that are part of your storage account, and backups aren't transferred to the vault.
67
+
| Backup tier | Description |
68
+
| --- | --- |
69
+
|**Snapshot tier**| The file share snapshot is created using the File share API. The snapshot URL is stored in the metadata store only. |
70
+
|**Vault-Standard tier (preview)**| Once the file share snapshot is created, the changed files and data blocks since the last backup are identified and transferred to the vault. The time taken for data transfer depends on the amount of data and number of files changed. |
46
71
47
-
6. You can restore the Azure file share contents (individual files or the full share) from snapshots available on the source file share. Once the operation is triggered, the snapshot URL is retrieved from the metadata store and the data is listed and transferred from the source snapshot to the target file share of your choice.
72
+
6. You can restore the Azure File share contents (individual files or the full share) from snapshots available on the source file share. Once the operation is triggered, the snapshot URL is retrieved from the metadata store and the data is listed and transferred from the source snapshot to the target file share of your choice.
48
73
49
-
7. If you're using Azure File Sync, the Backup service indicates to the Azure File Sync service the paths of the files being restored, which then triggers a background change detection process on these files. Any files that have changed are synced down to the server endpoint. This process happens in parallel with the original restore to the Azure file share.
74
+
If you have vaulted backup (preview) enabled and the snapshot corresponding to the selected recovery point is not found, restore will be triggered by using the backup data in the vault. You can restore the complete file share contents to an alternate location.
75
+
76
+
7. If you're using Azure File Sync, the Backup service indicates to the Azure File Sync service the paths of the files being restored, which then triggers a background change detection process on these files. Any files that have changed are synced down to the server endpoint. This process happens in parallel with the original restore to the Azure File share.
77
+
78
+
>[!Note]
79
+
>Vaulted backup (preview) currently doesn't support restore to a file share registered with File sync service.
50
80
51
81
8. The backup and restore job monitoring data is pushed to the Azure Backup Monitoring service. This allows you to monitor cloud backups for your file shares in a single dashboard. In addition, you can also configure alerts or email notifications when backup health is affected. Emails are sent via the Azure email service.
52
82
53
83
## Backup costs
54
84
55
-
There are two costs associated with Azure file share backup solution:
85
+
For snapshot tier, you'll incur the following costs:
86
+
87
+
-**Snapshot storage cost**: Storage charges incurred for snapshots are billed along with Azure Files usage according to the pricing details mentioned [here](https://azure.microsoft.com/pricing/details/storage/files/)
56
88
57
-
1.**Snapshot storage cost**: Storage charges incurred for snapshots are billed along with Azure Files usage according to the pricing details mentioned [here](https://azure.microsoft.com/pricing/details/storage/files/)
89
+
-**Protected Instance fee**: Starting from September 1, 2020, you're charged a protected instance fee as per the [pricing details](https://azure.microsoft.com/pricing/details/backup/). The protected instance fee depends on the total size of protected file shares in a storage account.
58
90
59
-
2.**Protected Instance fee**: Starting from September 1, 2020, you're charged a protected instance fee as per the [pricing details](https://azure.microsoft.com/pricing/details/backup/). The protected instance fee depends on the total size of protected file shares in a storage account.
91
+
To get detailed estimates for backing up Azure File shares, you can download the detailed [Azure Backup pricing estimator](https://aka.ms/AzureBackupCostEstimates).
60
92
61
-
To get detailed estimates for backing up Azure file shares, you can download the detailed [Azure Backup pricing estimator](https://aka.ms/AzureBackupCostEstimates).
93
+
>[!Note]
94
+
>There are no additional charges for vaulted backups during preview. However, you will incur the cost for the snapshots taken as part of the backup process.
62
95
63
96
## How lease snapshot works?
64
97
@@ -72,5 +105,5 @@ The following diagram explains the lifecycle of the lease acquired by Azure Back
72
105
73
106
## Next steps
74
107
75
-
*Learn how to [Back up Azure file shares](backup-afs.md)
76
-
*Find answers to [Questions about backing up Azure Files](backup-azure-files-faq.yml)
108
+
*[Back up Azure File shares](backup-afs.md).
109
+
*[Frequently asked questions about backing up Azure Files](backup-azure-files-faq.yml).
0 commit comments