From 66e4e78c6820d668cb8d2c2eee4aa75305f7e7f5 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Sun, 5 Nov 2023 20:28:46 +0100
Subject: [PATCH] Refine data transfer examples to horse

---
 .../docs/jobs_and_resources/barnard_test.md         | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
index 2d9904d4c..ed874ea4f 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
@@ -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`"
-- 
GitLab