From 26ca38cee06817e2dbce4562b4be1fb071d67664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jir=C3=A1sek?= <pavel.jirasek@vsb.cz> Date: Mon, 23 Jan 2017 11:04:18 +0100 Subject: [PATCH] Links --- docs.it4i/anselm-cluster-documentation/storage.md | 2 +- docs.it4i/salomon/storage.md | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs.it4i/anselm-cluster-documentation/storage.md b/docs.it4i/anselm-cluster-documentation/storage.md index 1da70d5f1..c8ad7ab52 100644 --- a/docs.it4i/anselm-cluster-documentation/storage.md +++ b/docs.it4i/anselm-cluster-documentation/storage.md @@ -110,7 +110,7 @@ The HOME filesystem is mounted in directory /home. Users home directories /home/ The HOME filesystem should not be used to archive data of past Projects or other unrelated data. -The files on HOME filesystem will not be deleted until end of the [users lifecycle](../../get-started-with-it4innovations/obtaining-login-credentials/obtaining-login-credentials/). +The files on HOME filesystem will not be deleted until end of the [users lifecycle](../get-started-with-it4innovations/obtaining-login-credentials/obtaining-login-credentials/). The filesystem is backed up, such that it can be restored in case of catasthropic failure resulting in significant data loss. This backup however is not intended to restore old versions of user data or to restore (accidentaly) deleted files. diff --git a/docs.it4i/salomon/storage.md b/docs.it4i/salomon/storage.md index 69b7e2729..8073e67a3 100644 --- a/docs.it4i/salomon/storage.md +++ b/docs.it4i/salomon/storage.md @@ -3,6 +3,7 @@ Storage Introduction ------------ + There are two main shared file systems on Salomon cluster, the [HOME](#home)and [SCRATCH](#shared-filesystems). All login and compute nodes may access same data on shared filesystems. Compute nodes are also equipped with local (non-shared) scratch, ramdisk and tmp filesystems. @@ -11,13 +12,16 @@ Policy (in a nutshell) ---------------------- !!! Note "Note" Use [ for your most valuable data and programs. - Use [WORK](#work) for your large project files. - Use [TEMP](#temp) for large scratch data. - +!!! Note "Note" + Use [WORK](#work) for your large project files. +!!! Note "Note" + Use [TEMP](#temp) for large scratch data. +!!! Note "Note" Do not use for [archiving](#archiving)! Archiving ------------- + Please don't use shared filesystems as a backup for large amount of data or long-term archiving mean. The academic staff and students of research institutions in the Czech Republic can use [CESNET storage service](#cesnet-data-storage), which is available via SSHFS. Shared Filesystems @@ -225,7 +229,7 @@ Users home directories /home/username reside on HOME filesystem. Accessible capa The HOME should not be used to archive data of past Projects or other unrelated data. -The files on HOME will not be deleted until end of the [users lifecycle](../../get-started-with-it4innovations/obtaining-login-credentials/obtaining-login-credentials/). +The files on HOME will not be deleted until end of the [users lifecycle](../get-started-with-it4innovations/obtaining-login-credentials/obtaining-login-credentials/). The workspace is backed up, such that it can be restored in case of catasthropic failure resulting in significant data loss. This backup however is not intended to restore old versions of user data or to restore (accidentaly) deleted files. -- GitLab