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

Update shell-and-data-access.md

parent 22754a18
No related branches found
No related tags found
No related merge requests found
Pipeline #33332 passed with warnings
...@@ -175,7 +175,8 @@ Enter passphrase for /home/user/.ssh/id_rsa: ...@@ -175,7 +175,8 @@ Enter passphrase for /home/user/.ssh/id_rsa:
Then run the rsync in parallel: Then run the rsync in parallel:
```console ```console
local $ ls my-local-dir | xargs -I% -n 2 -P 4 rsync % username@cluster-name.it4i.cz:directory/. local $ cd my-local-dir
local $ ls | xargs -I% -n 2 -P 4 rsync % username@cluster-name.it4i.cz:my-remote-dir/.
``` ```
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