File Recovery via RStore Snapshots#
Important Note#
These instructions only apply to RStore (Tier 1) storage.
Snapshots are taken daily at 7PM EST.
Snapshot retention period is 3 months. Data deleted after the retention period is not recoverable.
Do not modify or delete any snapshots. There is no snapshot of snapshots.
Recovery via Windows#
Open File Explorer.
Click This PC.
Click the … button and select Map network drive….
In the Folder text box, enter your RStore path and click Finish.
Example:
\\rstore.it.tufts.edu\tts_rsch_NAME$
In your mapped drive, create a folder called RECOVERY.
Click the … button and select Properties.
Click the Previous Versions tab.
Under Folder versions, highlight the date you want to recover data from and click Open.
Drag and drop the folder or file you want to recover into the RECOVERY folder.
Recovery via Mac OS 14 or 15#
Open the Terminal.
Navigate to the
.snapshotdirectory for your RStore share:cd /Volumes/tts_rsch_NAME$/.snapshot/
List available snapshots to find the date you need:
ls -al
Create a RECOVERY folder in your RStore share:
mkdir /Volumes/tts_rsch_NAME$/RECOVERY/
Copy your data from the snapshot into the RECOVERY folder.
Recover a folder recursively:
cp -r /Volumes/tts_rsch_NAME$/.snapshot/DATE/FOLDER_NAME /Volumes/tts_rsch_NAME$/RECOVERY/
Recover a single file:
cp /Volumes/tts_rsch_NAME$/.snapshot/DATE/FILENAME /Volumes/tts_rsch_NAME$/RECOVERY/