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

Lint: line lenght and alignment of code blocks

parent acaa6aca
No related branches found
No related tags found
2 merge requests!920Automated merge from preview to main,!918Barnard cleanup
...@@ -79,16 +79,16 @@ of the old and new system. (Do not use the datamovers from Taurus!) ...@@ -79,16 +79,16 @@ of the old and new system. (Do not use the datamovers from Taurus!)
??? "Migration from Home Directory" ??? "Migration from Home Directory"
Your personal (old) home directory at Taurus will not be automatically transferred to the new Barnard Your personal (old) home directory at Taurus will not be automatically transferred to the new
system. **You are responsible for this task.** Please do not copy your entire home, but consider Barnard system. **You are responsible for this task.** Please do not copy your entire home, but
this opportunity for cleaning up you data. E.g., it might make sense to delete outdated scripts, old consider this opportunity for cleaning up you data. E.g., it might make sense to delete outdated
log files, etc., and move other files to an archive filesystem. Thus, please transfer only selected scripts, old log files, etc., and move other files to an archive filesystem. Thus, please
directories and files that you need on the new system. transfer only selected directories and files that you need on the new system.
The well-known [datamover tools](../../data_transfer/datamover/) are available to run such transfer The well-known [datamover tools](../../data_transfer/datamover/) are available to run such
jobs under Slurm. The steps are as follows: transfer jobs under Slurm. The steps are as follows:
1. Login to Barnard: `ssh login[1-4].barnard.tu-dresden.de` 1. Login to Barnard, i.e., `ssh login[1-4].barnard.tu-dresden.de`
1. The command `dtinfo` will provide you the mountpoints 1. The command `dtinfo` will provide you the mountpoints
```console ```console
...@@ -108,11 +108,12 @@ of the old and new system. (Do not use the datamovers from Taurus!) ...@@ -108,11 +108,12 @@ of the old and new system. (Do not use the datamovers from Taurus!)
marie@barnard$ dtls /data/old/home/marie marie@barnard$ dtls /data/old/home/marie
[...] [...]
``` ```
1. Use `dtcp` command to invoke a transfer job, e.g., 1. Use `dtcp` command to invoke a transfer job, e.g.,
```console ```console
marie@barnard$ dtcp --recursive /data/old/home/marie/<useful data> /home/marie/ marie@barnard$ dtcp --recursive /data/old/home/marie/<useful data> /home/marie/
``` ```
**Note**, please adopt the source and target paths to your needs. All available options can be **Note**, please adopt the source and target paths to your needs. All available options can be
queried via `dtinfo --help`. queried via `dtinfo --help`.
......
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