Skip to content
Snippets Groups Projects
Commit 66e4e78c authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Refine data transfer examples to horse

parent 9e5faa45
No related branches found
No related tags found
2 merge requests!920Automated merge from preview to main,!918Barnard cleanup
......@@ -239,17 +239,22 @@ target filesystems.
=== "Source: old `/ssd`"
The old `ssd` filesystem is mounted at `/data/old/lustre/ssd` on the datamover nodes and the
workspaces are within the subdirectory `ws/`. A corresponding data transfer using `dtcopy`
looks like
```console
marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/horse/ws/marie-numbercrunch
marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ws/marie-numbercrunch /data/horse/ws/marie-numbercrunch
```
=== "Source: old `/beegfs`"
The old `beegfs` filesystem is mounted at `/data/old/beegfs` the datamover nodes. You need to
invoke a `dtcopy` command to transfer data to a workspace in `/data/horse`, e.g.,
The old `beegfs` filesystem is mounted at `/data/old/beegfs` on the datamover nodes and the
workspaces are within the subdirectories `ws/0` and `ws/1`, respectively. A corresponding
data transfer using `dtcopy` looks like
```console
marie@barnard$ dtcopy --recursive /data/old/beegfs/ /data/horse/ws/marie-numbercrunch
marie@barnard$ dtcopy --recursive /data/old/beegfs/ws/0/marie-numbercrunch /data/horse/ws/marie-numbercrunch
```
??? "Migration to `/data/walrus`"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment