Difference between revisions of "Storage and Backup"

From IT Service Wiki
Jump to: navigation, search
Line 1: Line 1:
There are different file systems with different lifetime and redundancy which you can use to store your data.
+
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.
+
;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].
+
;/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.
  
; /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 the home directories. If you want to use this space please create a sub directory with you login name.
+
;/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 the home directories. If you want to use this space please create a sub directory with you login name.

Revision as of 18:47, 22 January 2009

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.
/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 the home directories. If you want to use this space please create a sub directory with you login name.