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-introduction.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,23 +112,23 @@ The following diagrams describe how single-file snapshot restore works.
112
112
113
113
1. File consists of blocks written to a volume:
114
114
115
-

115
+

116
116
117
117
2. A snapshot is a copy of the pointers that represent the files:
118
118
119
-

119
+

120
120
121
121
3. Files on the volume continue to change and new ones are added. Modified data blocks are written to new empty data blocks on the volume:
122
122
123
-

123
+

124
124
125
125
4. A new snapshot is taken to capture the new changes and additions. Each volume supports up to 255 snapshots:
126
126
127
-

127
+

128
128
129
129
5. When a single file is restored in-place (`file2`) or to a new file in the volume (`file2`), only the pointers to existing blocks previously captured in a snapshot are reverted. This operation eliminates copying any data blocks and is near-instantaneous, irrespective of the size of the file (the number of blocks in the file).
130
130
131
-

131
+

132
132
133
133
### Restoring files or directories from online snapshots using a client
0 commit comments