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/azure-netapp-files/snapshots-restore-file-single.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ services: azure-netapp-files
5
5
author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 05/04/2023
8
+
ms.date: 03/04/2024
9
9
ms.author: anfdocs
10
10
---
11
11
12
12
# Restore individual files using single-file snapshot restore
13
13
14
-
If you do not want to [restore the entire snapshot to a new volume](snapshots-restore-new-volume.md) or [copy large files across the network](snapshots-restore-file-client.md), you can use the single-file snapshot restore feature to recover individual files directly within a volume from a snapshot. This option does not require an external client data copy.
14
+
If you don't want to [restore the entire snapshot to a new volume](snapshots-restore-new-volume.md) or [copy large files across the network](snapshots-restore-file-client.md), you can use the single-file snapshot restore feature to recover individual files directly within a volume from a snapshot. This option doesn't require an external client data copy.
15
15
16
16
The single-file snapshot restore feature enables you to restore a single file or a list of files (up to 10 files at a time) from a snapshot. You can specify a specific destination location or folder for the files to be restored to.
17
17
@@ -20,8 +20,8 @@ The single-file snapshot restore feature enables you to restore a single file or
20
20
* If you use this feature to restore files to be new files, ensure that the volume has enough logical free space to accommodate the files.
21
21
* You can restore up to 10 files at a time, specified in a total length of 1024 characters.
22
22
* All the directories in the destination path that you specify must be present in the active file system.
23
-
The restore operation does not create directories in the process. If the specified destination path is invalid (doesn't exist in Active file system), the restore operation will fail.
24
-
* If you don’t specify a destination path, the files will be restored to the original file location. If the files already exist in the original location, they will be overwritten by the files restored from the snapshot.
23
+
The restore operation doesn't create directories in the process. If the specified destination path is invalid (doesn't exist in Active file system), the restore operation will fail.
24
+
* If you don’t specify a destination path, the files restore to the original file location. If the files already exist in the original location, they are overwritten by the files restored from the snapshot.
25
25
* A volume can have only one active file-restore operation. If you want to restore additional files, you must wait until the current restore operation is complete before triggering another restore operation.
26
26
**During the file restore operation*, the following restrictions apply:
27
27
* You can't create new snapshots on the volume.
@@ -32,9 +32,9 @@ The restore operation does not create directories in the process. If the specifi
32
32
33
33
1. Navigate to the volume that has the snapshot to use for restoring files.
34
34
35
-
2.Click**Snapshots** to display the list of volume snapshots.
35
+
2.Select**Snapshots** to display the list of volume snapshots.
36
36
37
-
3. Right-click the snapshot that you want to use for restoring files, and then select **Restore Files** from the menu.
37
+
3. Right-click the snapshot that you want to use for restoring files, then select **Restore Files** from the menu.
38
38
39
39
[](./media/snapshots-restore-file-single/snapshot-restore-files-menu.png#lightbox)
40
40
@@ -45,14 +45,14 @@ The restore operation does not create directories in the process. If the specifi
45
45
* Regardless of the volume’s protocol type (NFS, SMB, or dual protocol), directories in the path must be specified using forward slashes (`/`) and not backslashes (`\`).
46
46
47
47
2. In the **Destination Path** field, provide the location in the volume where the specified files are to be restored to.
48
-
* If you don’t specify a destination path, the files are restored to their original location. If files with the same names already exist in the original location, they are overwritten by the files restored from the snapshot.
48
+
* If you don’t specify a destination path, the files are restored to their original location. If files with the same names already exist in the original location, they're overwritten by the files restored from the snapshot.
49
49
* If you specify a destination path:
50
50
* Ensure that all directories in the path are present in the active file system. Otherwise, the restore operation fails.
51
51
For example, if you specify `/CurrentCopy/contoso` as the destination path, the `/CurrentCopy/contoso` path must already exist.
52
52
* By specifying a destination path, all files specified in the File Paths field are restored to the destination path (folder).
53
53
* Regardless of the volume’s protocol type (NFS, SMB, or dual protocol), directories in the path must be specified using forward slashes (`/`) and not backslashes (`\`).
54
54
55
-
3.Click**Restore** to begin the restore operation.
55
+
3.Select**Restore** to initiate the restore operation.
56
56
57
57

58
58
@@ -86,8 +86,8 @@ The path `/volume-azure-nfs/currentCopy/contoso` must be valid in the active fil
86
86
87
87
From the Azure portal:
88
88
89
-
1.Click**Snapshots**. Right-click the snapshot `daily-10-min-past-12am.2021-09-08_0010`.
90
-
2.Click**Restore Files**.
89
+
1.Select**Snapshots**. Right-click the snapshot `daily-10-min-past-12am.2021-09-08_0010`.
90
+
2.Select**Restore Files**.
91
91
3. Specify **`/contoso/vm-8976.vmdk`** in File Paths.
92
92
4. Specify **`/currentCopy/contoso`** in Destination Path.
93
93
@@ -127,8 +127,8 @@ Destination path in the active file system:
127
127
The path `N:\currentCopy\contoso` must be valid in the active file system.
128
128
129
129
From the Azure portal:
130
-
1.Click**Snapshots**. Select the snapshot `daily-10-min-past-12am.2021-09-08_0010`.
131
-
2.Click**Restore Files**.
130
+
1.Select**Snapshots**. Select the snapshot `daily-10-min-past-12am.2021-09-08_0010`.
131
+
2.Select**Restore Files**.
132
132
3. Specify **`/contoso/vm-9981.vmdk`** in File Paths.
133
133
4. Specify **`/currentCopy/contoso`** in Destination Path.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/snapshots-revert-volume.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ services: azure-netapp-files
5
5
author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 02/28/2023
8
+
ms.date: 03/28/2024
9
9
ms.author: anfdocs
10
10
---
11
11
12
12
# Revert a volume using snapshot revert with Azure NetApp Files
13
13
14
-
The [snapshot](snapshots-introduction.md) revert functionality enables you to quickly revert a volume to the state it was in when a particular snapshot was taken. In most cases, reverting a volume is much faster than restoring individual files from a snapshot to the active file system. It is also more space efficient compared to restoring a snapshot to a new volume.
14
+
The [snapshot](snapshots-introduction.md) revert functionality enables you to quickly revert a volume to the state it was in when a particular snapshot was taken. In most cases, reverting a volume is faster than restoring individual files from a snapshot to the active file system. It's also more space efficient compared to restoring a snapshot to a new volume.
15
15
16
16
You can find the Revert Volume option in the Snapshots menu of a volume. After you select a snapshot for reversion, Azure NetApp Files reverts the volume to the data and timestamps that it contained when the selected snapshot was taken.
17
17
@@ -22,7 +22,7 @@ The revert functionality is also available in configurations with volume replica
22
22
23
23
## Considerations
24
24
25
-
* Reverting a volume using snapshot revert is not supported on [Azure NetApp Files volumes that have backups](backup-requirements-considerations.md).
25
+
* Reverting a volume using snapshot revert isn't supported on [Azure NetApp Files volumes that have backups](backup-requirements-considerations.md).
26
26
* In configurations with a volume replication relationship, a SnapMirror snapshot is created to synchronize between the source and destination volumes. This snapshot is created in addition to any user-created snapshots. **When reverting a source volume with an active volume replication relationship, only snapshots that are more recent than this SnapMirror snapshot can be used in the revert operation.**
27
27
28
28
## Steps
@@ -31,8 +31,7 @@ The revert functionality is also available in configurations with volume replica
31
31
32
32

33
33
34
-
2. In the Revert Volume to Snapshot window,
35
-
type the name of the volume, and click **Revert**.
34
+
2. In the Revert Volume to Snapshot window, enter the name of the volume then select **Revert**.
36
35
37
36
The volume is now restored to the point in time of the selected snapshot.
0 commit comments