Skip to content

Commit d757b82

Browse files
authored
Merge pull request #1967 from dsj976/latest
Updating user guidance on shared drives
2 parents 8499dd2 + 74a1df2 commit d757b82

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/source/roles/researcher/user_guide.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -722,12 +722,16 @@ The contents of `/shared/` will be **identical** on all SRDs in your SRE.
722722
The `/scratch/` folder should be used for any work-in-progress that isn't ready to share yet.
723723
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.
724724

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+
725729
The contents of `/scratch/` will be **different** on different VMs in your SRE.
726730

727731
#### Backup space: `/backup/`
728732

729733
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).
731735
This **cannot** be used to recover individual files - only the complete contents of the folder.
732736
Everyone in your group will have **read-and-write access** to all folders on `/backup`.
733737

@@ -788,12 +792,13 @@ The Data Safe Haven SRE is hosted on the Microsoft Azure cloud platform.
788792
One of the benefits of having cloud based infastructure is that it can be deleted forever when the project is over.
789793
Deleting the infrastructure ensures that neither sensitive data nor insights derived from the data or modelling techniques persist.
790794

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.
793798
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.
794799

795800
```{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.
797802
```
798803

799804
### {{unlock}} Access GitLab

0 commit comments

Comments
 (0)