Skip to content
Snippets Groups Projects
Commit 22754a18 authored by Branislav Jansik's avatar Branislav Jansik
Browse files

Update shell-and-data-access.md

parent 0463b59a
No related branches found
No related tags found
No related merge requests found
Pipeline #33331 passed with warnings
...@@ -175,7 +175,7 @@ Enter passphrase for /home/user/.ssh/id_rsa: ...@@ -175,7 +175,7 @@ Enter passphrase for /home/user/.ssh/id_rsa:
Then run the rsync in parallel: Then run the rsync in parallel:
```console ```console
ls my-local-dir | xargs -I% -n 2 -P 4 rsync % username@cluster-name.it4i.cz:directory/. local $ ls my-local-dir | xargs -I% -n 2 -P 4 rsync % username@cluster-name.it4i.cz:directory/.
``` ```
The -n XXX argument determines how many files will be transfered per single rsync process. The -P YYY argument The -n XXX argument determines how many files will be transfered per single rsync process. The -P YYY argument
......
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