Changes for page Storage and Backup
Last modified by Thomas Coelho (local) on 2025/05/13 14:13
From version 1.1
edited by Thomas Coelho
on 2023/02/27 14:43
on 2023/02/27 14:43
Change comment:
There is no comment for this version
To version 4.1
edited by Thomas Coelho (local)
on 2025/05/13 14:13
on 2025/05/13 14:13
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. thw1 +XWiki.coelho - Syntax
-
... ... @@ -1,1 +1,1 @@ 1 - MediaWiki1.61 +XWiki 2.1 - Content
-
... ... @@ -2,32 +2,28 @@ 2 2 3 3 == Storage == 4 4 5 -There are different file systems with different lifetimes and redundancies which you can use to store your data. 5 +There are different file systems with different lifetimes and redundancies which you can use to store your data. 6 6 7 -;your home directory 8 -:This is your primary directory where all settings, your Mail and other important data is saved. It is mounted on every host to /home/YOUR_LOGIN. A backup is done nightly. This file system has an individual limit which you can check with the command 'df'. In change to earlier setups it has no soft limit which you can exceed for a few days. If you have problems with graphical logins or reading mails, first check your disk space. 7 +; your home directory 8 +: This is your primary directory where all settings, your Mail and other important data is saved. It is mounted on every host to /home/YOUR_LOGIN. A backup is done nightly. This file system has an individual limit which you can check with the command 'df'. In change to earlier setups it has no soft limit which you can exceed for a few days. If you have problems with graphical logins or reading mails, first check your disk space. 9 9 10 -;/tmp 11 -:This is the counterpart to your home. It is located on the local disk and should be used for temporary data. Unused files are deleted after 14 days. 10 +; /tmp 11 +: This is the counterpart to your home. It is located on the local disk and should be used for temporary data. Unused files are deleted after 14 days. 12 12 13 -;/mnt/ceph 14 -:This directory is globally accessible and can be used by everyone for minor important data, which is not worth to be backed up or simply to large for home. Th is files are not deleted, but if the disk is full we tell you to delete some files. It runs directly as cephfs on our CephCluster. This means a disk or even a host failure will not result in a service interruption. The Ceph Cluster is connected with Infiniband and you may get the best performance when using the login server or the compute nodes. It is currently limited to30 TB.13 +; /mnt/ceph 14 +: This directory is globally accessible and can be used by everyone for minor important data, which is not worth to be backed up or simply to large for home. These files are not deleted, but if the disk is full we tell you to delete some files. It runs directly as cephfs on our CephCluster. This means a disk or even a host failure will not result in a service interruption. The Ceph Cluster is connected with Infiniband and you may get the best performance when using the login server or the compute nodes. It is currently limited to 60 TB. 15 15 16 -:If you want to use this space please create a subdirectory with you login name. All other files and directories will be delete without notice. 16 +: If you want to use this space please create a subdirectory with you login name. All other files and directories will be deleted without notice. 17 17 18 -; /home/work-itp(deprecatedandreplacedby/mnt/ceph)19 -:This directory isgloballyaccessibleand canbeusedby everyone for minor importantdatawhichare not worth tobebacked uporsimply tolargefor your home. These files arenot deleted.But,ifthediskis full, wetellyou to delete some files.Itruns on a raid6 system,which meansthata diskfailure willnotresultindata loss. Itsalso served by adedicated machine(scratch1) and heavy load doesnotaffectthe home directories. Its connectedwithInfiniband andyoumay get thebestperformancewhenusingtheloginserveror thecompute nodes. It iscurrently limited to 40 TB.18 +; /data (some hosts only) 19 +: This is the local disk, but not available on all machines. It has the same level like /tmp except that it isn't deleted automatically. Data on this partition is silently deleted when reinstalling or upgrading the machine. 20 20 21 -;/data (some hosts only) 22 -:This is the local disk, but not available on all machines. It has the same level like /tmp except that it isn't deleted automatically. Data on this partition is silently deleted when reinstalling or upgrading the machine. 23 - 24 24 == Backup == 25 25 26 26 Backups of the home directory and several other important system directories is done nightly. 27 27 28 -*There are held '''3'''generations of a file.29 -*Overwritten files are stored for '''90'''days30 -*A deleted file is stored for '''90'''days25 +* There are held **3** generations of a file. 26 +* Overwritten files are stored for **90** days 27 +* A deleted file is stored for **90** days 31 31 32 32 If you have delete some files and want them restored, please contact the system administrator. 33 -