Difference between revisions of "Archiving Data"

From IT Service Wiki
Jump to: navigation, search
(Further Reading:)
Line 1: Line 1:
 
The backup and archive service is provided by the HRZ through the IBM Tivoli Storage Manager (TSM). In addition to our nightly backups, we provide the archiving service for individual users. Archiving means: The data is transfered to HRZ and stored on tape. In opposite to a backup, the local data can been deleted. The data in the archive are stored for ten years and then automatically deleted.
 
The backup and archive service is provided by the HRZ through the IBM Tivoli Storage Manager (TSM). In addition to our nightly backups, we provide the archiving service for individual users. Archiving means: The data is transfered to HRZ and stored on tape. In opposite to a backup, the local data can been deleted. The data in the archive are stored for ten years and then automatically deleted.
 +
 +
The archive client is installed on out login server.
 +
 +
== Archiving Data ==
 +
 +
Open a ssh connection to our login server:
 +
 
 +
$ ssh th.physik.uni-frankfurt.de
 +
 +
The command line tool is called 'dsmc' (for historical reason it stand for 'Distributed Storage Manager Client'). It supports interactive operation (call without arguments) and non interactive with command line arguments.
 +
 +
To archive a single file just call:
 +
 +
$ dsmc archive FILENAME
 +
 +
The files are always stored with the complete path.
 +
 +
 +
$ dsmc archive -subdir=yes rechnung/
 +
  
  
Line 9: Line 29:
  
 
* HRZ Page (German) [http://www.rz.uni-frankfurt.de/services/tsm/index.html]
 
* HRZ Page (German) [http://www.rz.uni-frankfurt.de/services/tsm/index.html]
* IBM Tivoli Storage Manager Manual (english) [http://th.physik.uni-frankfurt.de/~thw/b_ba_guide_unx_lnx_en.pdf]
+
* IBM Tivoli Storage Manager Manual (english, pdf) [http://th.physik.uni-frankfurt.de/~thw/b_ba_guide_unx_lnx_en.pdf]

Revision as of 14:41, 1 October 2010

The backup and archive service is provided by the HRZ through the IBM Tivoli Storage Manager (TSM). In addition to our nightly backups, we provide the archiving service for individual users. Archiving means: The data is transfered to HRZ and stored on tape. In opposite to a backup, the local data can been deleted. The data in the archive are stored for ten years and then automatically deleted.

The archive client is installed on out login server.

Archiving Data

Open a ssh connection to our login server:

$ ssh th.physik.uni-frankfurt.de

The command line tool is called 'dsmc' (for historical reason it stand for 'Distributed Storage Manager Client'). It supports interactive operation (call without arguments) and non interactive with command line arguments.

To archive a single file just call:

$ dsmc archive FILENAME

The files are always stored with the complete path.


$ dsmc archive -subdir=yes rechnung/




Further Reading:

  • HRZ Page (German) [1]
  • IBM Tivoli Storage Manager Manual (english, pdf) [2]