You can do it with the netapp CLI. If it's 7-mode, snap list volumename
. If it's CDOT, you do snap show -vserver vservername -volume volumename -fields create-time
.
You mentioned that you want to do this for a file on the network. This implies that it may not be obvious which volume contains the file you want. Snapshots in Netapp are taken of an entire volume, and all files in the volume have the same previous versions listed. The way to figure out which volume the file you're looking at is in starts by figuring out the share it's in. Look at the location of the file, go all the way back up to the server, and then look at the first "directory". This is the share. Now you need to know what volume that share is in:
- For 7-mode, enter
cifs shares
and look for the share name we just found.
- For CDOT, enter
cifs share show -vserver vservername
and look for the share name.
If, on the off chance, your share is pointing to something inside a volume, don't worry, the volume is all that matters. The snapshots on that volume will have the same timestamps you see in windows previous versions.