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: docs/source/roles/researcher/user_guide.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -722,12 +722,16 @@ The contents of `/shared/` will be **identical** on all SRDs in your SRE.
722
722
The `/scratch/` folder should be used for any work-in-progress that isn't ready to share yet.
723
723
Although everyone in your group will have **read-and-write access**, you can create your own folders inside `/scratch` and choose your own permissions for them.
724
724
725
+
```{caution}
726
+
You should not use `/scratch/` for long-term storage as it can be reset at any time without warning (e.g. when the VM is restarted).
727
+
```
728
+
725
729
The contents of `/scratch/` will be **different** on different VMs in your SRE.
726
730
727
731
#### Backup space: `/backup/`
728
732
729
733
The `/backup/` folder should be used for any work-in-progress that you want to have backed up.
730
-
In the event of any accidental data loss, your system administrator can restore the `/backup` folder to the state it was in at an earlier time.
734
+
In the event of any data loss due to accidental data deletion by a TRE user, your system administrator can restore the `/backup/` folder to the state it was in at an earlier point in time (up to 12 weeks in the past).
731
735
This **cannot** be used to recover individual files - only the complete contents of the folder.
732
736
Everyone in your group will have **read-and-write access** to all folders on `/backup`.
733
737
@@ -788,12 +792,13 @@ The Data Safe Haven SRE is hosted on the Microsoft Azure cloud platform.
788
792
One of the benefits of having cloud based infastructure is that it can be deleted forever when the project is over.
789
793
Deleting the infrastructure ensures that neither sensitive data nor insights derived from the data or modelling techniques persist.
790
794
791
-
Make sure that every piece of code you think might be useful is stored in a `GitLab` repository within the secure environment.
792
-
Any other work should be transferred to the shared `/shared/` drive.
795
+
While working on the project, make sure that every piece of code you think might be useful is stored in a `GitLab` repository within the secure environment.
796
+
Any other work should be transferred to the `/shared/` drive so that it is accessible to other TRE users.
797
+
You can also use the `/backup/` drive to store work that you want to keep safe from accidental deletion.
793
798
Anything that you think should be considered for **egress** from the environment (eg. images or processed datasets) should be transferred to the shared `/output/` drive.
794
799
795
800
```{caution}
796
-
If you are participating in a Turing Data Study Group, everything that is not stored in a GitLab repository or on the shared `/shared/` or `/output/` drives by Friday lunchtime will be **DESTROYED FOR EVER**.
801
+
Anything that is not transferred to the `/output/` drive to be considered for egress will be deleted forever when the project is over.
0 commit comments