Can a snapshot be taken on a specified directory when the volume disabled the snapshot?
Applies to
- ONTAP 9
- Snapshot
Answer
- No, snapshots are taken at the volume level.
- However, there has an alternative method to make it appear as if a snapshot is taken on a specified volume.
- Assume the specified directory is
/vol1/test1/
, the volume was mounted with a junction path/vol1
. - Create a new volume in same Vserver and specify the snapshot policy if needed.
- Copy the data from the specified directory to this new volume.
- Modify the original path from
/vol1/test1
tovol1/test2
on the host side. - Mount the new volume with a junction-path
/vol1/test1
.
Additional Information
N/A