Skip to content

Commit 80f2f97

Browse files
authored
Merge pull request #6 from arntdg/patch-4
Update restore-single-file-backup.md
2 parents 182a38b + 32b6f50 commit 80f2f97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-netapp-files/restore-single-file-backup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ ms.author: anfdocs
1717
---
1818
# Restore individual files with single-file restore from backups
1919

20-
If you restore individual files no longer available in an online snapshot for [single-file snapshot restore](snapshots-restore-file-single.md), you can rely on your Azure NetApp Files backup to restore individual files. With single-file restore from backup, you can restore a single file to a specific location in a volume or multiple files (up to 8) to a specific directory in the volume.
20+
To restore individual files no longer available in an online snapshot [single-file snapshot restore](snapshots-restore-file-single.md), you can rely on your Azure NetApp Files backup to restore individual files. With single-file restore from backup, you can restore a single file to a specific location in a volume or multiple files (up to 8) to a specific directory in the volume.
2121

2222
## Considerations
2323

24-
* If no destination path is provided during the restore operation, the given file(s) is restored in the original file location. If the file already exists, it will be overwritten.
24+
* If no destination path is provided during the restore operation (in which case you still need to enter a slash (/) in the Destination path), the given file(s) is restored in the original file location. If the file already exists, it will be overwritten.
2525
* If the file being restored has a multi-level directory depth (for example, `/dir1/dir2/file.txt`), all of the parent directories must be present in the active file system for the restore operation to succeed. The restore cannot create new directories.
2626
* If the destination path provided is invalid (non-existent in the Active file system), the operation will fail.
2727
* A maximum of eight (8) files can be restored to a volume in a single operation. You must wait for a restore operation to complete before initiating another operation to restore more files to that volume.
@@ -64,7 +64,7 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
6464
6565
* **Destination volume**: This field specifies the volume to which the files will be restored. If no value is specified, the files will be restored to the original volume.
6666
67-
* **Destination path**: The field specifies the directory to which the files will be restored. The destination path must already exist in the destination volume. If no value is specified, the files will be restored to the original volume.
67+
* **Destination path**: The field specifies the directory to which the files will be restored. The destination path must already exist in the destination volume. This field cannot be left blank. Enter a slash ( / ) to restore files to their original path locations.
6868
6969
:::image type="content" source="./media/restore-single-file-backup/restore-files-file-path.jpg" alt-text="Screenshot of restore interface." lightbox="./media/restore-single-file-backup/restore-files-file-path.jpg":::
7070
@@ -84,4 +84,4 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
8484
* [Disable backup functionality for a volume](backup-disable.md)
8585
* [Delete backups of a volume](backup-delete.md)
8686
* [Volume backup metrics](azure-netapp-files-metrics.md#volume-backup-metrics)
87-
* [Azure NetApp Files backup FAQs](faq-backup.md)
87+
* [Azure NetApp Files backup FAQs](faq-backup.md)

0 commit comments

Comments
 (0)