Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
0a946724
Commit
0a946724
authored
3 years ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Fix checks
parent
dab088ff
No related branches found
No related tags found
3 merge requests
!322
Merge preview into main
,
!319
Merge preview into main
,
!102
Fix checks
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/data_management/IntermediateArchive.md
+26
-23
26 additions, 23 deletions
...tu-dresden.de/docs/data_management/IntermediateArchive.md
with
26 additions
and
23 deletions
doc.zih.tu-dresden.de/docs/data_management/IntermediateArchive.md
+
26
−
23
View file @
0a946724
# Intermediate Archive
With the "Intermediate Archive", ZIH is closing the gap between a normal
disk-based file system and
[
Longterm Archive
](
PreservationResearchData
)
.
The Intermediate Archive is a hierarchical file system with disks for
buffering and tapes for storing research data.
With the "Intermediate Archive", ZIH is closing the gap between a normal disk-based file system and
[
Longterm Archive
](
PreservationResearchData.md
)
. The Intermediate Archive is a hierarchical file
system with disks for buffering and tapes for storing research data.
Its intended use is the storage of research data for a maximal duration
of 3 years. For storing the data after exceeding this time, the user has
to supply essential metadata and migrate the files to the
[
Longterm
Archive
](
PreservationResearchData
)
. Until then, she/he has to keep track
of her/his files.
Its intended use is the storage of research data for a maximal duration of 3 years. For storing the
data after exceeding this time, the user has to supply essential metadata and migrate the files to
the
[
Longterm Archive
](
PreservationResearchData.md
)
. Until then, she/he has to keep track of her/his
files.
Some more information:
-
Maximum file size in the archive is 500 GB (split up your files, see
[
Datamover
](
DataMover
)
)
-
Data will be stored in two copies on tape.
-
The bandwidth to this data is very limited. Hence, this file system
must not be used directly as input or output for HPC jobs.
-
Maximum file size in the archive is 500 GB (split up your files, see
[
Datamover
](
../data_moving/
DataMover
.md
)
)
-
Data will be stored in two copies on tape.
-
The bandwidth to this data is very limited. Hence, this file system
must not be used directly as input or output for HPC jobs.
## How to access the "Intermediate Archive"
For storing and restoring your data in/from the "Intermediate Archive"
you can use the tool
[
Datamover
](
DataMover
)
. To use the
[
Datamover
](
DataMover
)
you have to login to Taurus
For storing and restoring your data in/from the "Intermediate Archive" you can use the tool
[
Datamover
](
../data_moving/DataMover.md
)
. To use the DataMover you have to login to Taurus
(taurus.hrsk.tu-dresden.de).
### Store data
dtcp -r /<directory> /archiv/<project or user>/<directory> # or
dtrsync -av /<directory> /archiv/<project or user>/<directory>
```
Shell Session
dtcp -r /<directory> /archiv/<project or user>/<directory> # or
dtrsync -av /<directory> /archiv/<project or user>/<directory>
```
### Restore data
dtcp -r /archiv/<project or user>/<directory> /<directory> # or
dtrsync -av /archiv/<project or user>/<directory> /<directory>
```
Shell Session
dtcp -r /archiv/<project or user>/<directory> /<directory> # or
dtrsync -av /archiv/<project or user>/<directory> /<directory>
```
### Examples
dtcp -r /scratch/rotscher/results /archiv/rotscher/ # or
dtrsync -av /scratch/rotscher/results /archiv/rotscher/results
```
Shell Session
dtcp -r /scratch/rotscher/results /archiv/rotscher/ # or
dtrsync -av /scratch/rotscher/results /archiv/rotscher/results
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment