Difference between revisions of "Archiving Data"
(→Retrieving archived data) |
(→Querying archived data) |
||
Line 29: | Line 29: | ||
dsmc query archive "*" | dsmc query archive "*" | ||
+ | Use the option '-subdir=yes' to get a complete list of files. | ||
== Retrieving archived data == | == Retrieving archived data == |
Revision as of 09:28, 4 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.
Contents
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 (eg. a tar archive) just call:
$ dsmc archive FILENAME
To archive a complete tree call
$ dsmc archive -subdir=yes DIRECTORY/
All files are stored and queried with the complete path name.
If the files are successfully archived, they can be deleted.
Querying archived data
To see the archives data from the current directory:
dsmc query archive "*"
Use the option '-subdir=yes' to get a complete list of files.
Retrieving archived data
If you need the archived data back, enter
dsmc retrieve FILESPEC