Storage and Backup

From IT Service Wiki
Revision as of 10:11, 22 July 2008 by Thomas (talk | contribs) (New page: There are different file systems with different lifetime and redundancy which you can use to store your data. ; your home directory: This is your primary directory where all settings, you...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

There are different file systems with different lifetime and redundancy which you can use to store your data.

your home directory
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.
/tmp 
This is the counterpart to your home. It is located on the local disk and should be used for temporary data. Unused files are delete after 14 days [not yet].
/home/work-itp
This directory is globally accessible and can be used by everyone for minor important data which are not worth to be backed up or simply to large for home. This files are not deleted, but if the disk is full we tell you to delete some files. It runs on an raid5 system, that means a disk failure will not result in data loss. It is also served by a dedicated machine (the old tantalos) and heavy load does not affect to home directories. If you want to use this space please create a sub directory with you login name.