Isilon Restore Snapshot

Post Reply
chris
Site Admin
Posts: 36
Joined: Mon Dec 09, 2019 6:55 pm

Isilon Restore Snapshot

Post by chris »

Provide the below procedures to the end user:



CIFS Procedure
Open the folder that contained the files you wish to restore. For example, my_folder is the name of the directory.

Right-click any open area in the window, and select "Properties" from the context menu.

Select the "Previous Versions" tab in the "Properties" dialog.

Select the Previous Version corresponding to a time before the time the file you wish to restore was lost.

To restore a file:
Clicking "Open" will open a file explorer with the contents of the directory at the time of the snapshot. Note that the file system path will have the snapshot time appended to it. This may help distinguish the live files from the snapshot data.You can then drag the file(s) you need to restore to a location of your choosing.
"Copy..." will allow you to copy the entire folder to a new location.
"Restore..." will overwrite the current folder with the snapshotted directory.

*If there is no previous versions listed, then there is no data that can be recovered.




NFS Procedure
Navigate to the folder that contained the files you wish to restore.

If you are using a graphical file browser, append '/.snapshot' to the end of the filesystem path. If you are using terminal, simply 'cd .snapshot'

.snapshot is well hidden, and will not appear even if you use 'ls -la' in the terminal, or select the "Show hidden files" or similar option in your file browser.
If you are using a file browser that doesn't give you an editable filesystem path by default, CTRL+L may allow you to edit the filesystem path.

You should see a number of directories named with the date and time of the snapshot. Change into the directory named with the timestamp before the file was lost.

The file(s) to be restored can be copied to a location of your choosing using the 'cp' command or drag and drop via the GUI. Please do not leave the files in the .snapshot directory as snapshots age out.


*If there is no data in .snapshot or there is no .snapshot directory listed, then there is no data that can be recovered.
Post Reply