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/azure-file-share-backup-overview.md
+11-6Lines changed: 11 additions & 6 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: About Azure File share backup
3
3
description: Learn how to back up Azure file shares in the Recovery Services vault
4
4
ms.topic: conceptual
5
-
ms.date: 03/01/2024
5
+
ms.date: 03/04/2024
6
6
ms.service: backup
7
7
ms.custom:
8
8
- engagement-fy23
@@ -13,14 +13,15 @@ ms.author: v-abhmallick
13
13
14
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. The simple, secure, and managed backup solution enables you to protect your enterprise file shares so that you can recover the data in case of any accidental or malicious 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
18
>[!Note]
19
19
>Vaulted backup for Azure File share is currently in preview.
20
20
21
21
## Key benefits of Azure File share backup
22
22
23
-
***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.
23
+
Protection of Azure File share provides the following benefits by using *Snapshot* and *Vaulted (preview)* backup tiers:
24
+
24
25
***Zero infrastructure**: No deployment is needed to configure protection for your file shares.
25
26
***Customized retention**: You can configure backups with daily/weekly/monthly/yearly retention according to your requirements.
26
27
***Built in management capabilities**: You can schedule backups and specify the desired retention period without the additional overhead of data pruning.
@@ -29,9 +30,13 @@ Azure File share backup is a native, cloud based backup solution that protects y
29
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.
30
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.
31
32
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.
36
+
32
37
## Architecture for Azure File share backup
33
38
34
-
This section shows the backup flow for Azure File share.
39
+
This section shows the backup flow for Azure File share by using the backup tiers - Snapshot tier and Vault-Standard tier (preview).
35
40
36
41
**Choose a backup tier**:
37
42
@@ -66,12 +71,12 @@ This section shows the backup flow for Azure File share.
66
71
67
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.
68
73
69
-
If you have vaulted backup 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.
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.
70
75
71
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.
72
77
73
78
>[!Note]
74
-
>Vaulted backup currently doesn't support restore to a file share registered with File sync service.
79
+
>Vaulted backup (preview) currently doesn't support restore to a file share registered with File sync service.
75
80
76
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.
0 commit comments