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

Update shell-and-data-access.md

parent e766512c
No related branches found
No related tags found
No related merge requests found
Pipeline #33333 passed with warnings
...@@ -176,11 +176,10 @@ Then run the rsync in parallel: ...@@ -176,11 +176,10 @@ Then run the rsync in parallel:
```console ```console
local $ cd my-local-dir local $ cd my-local-dir
local $ ls | xargs -I% -n 2 -P 4 rsync % username@cluster-name.it4i.cz:my-remote-dir/. local $ ls | xargs -I% -n 1 -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 -P YYY argument determines number of parallel rsync processes. Set to number of cores on your local machine.
determines number of parallel rsync processes. Set to number of cores on your local machine.
On Windows, use the [WinSCP client][c] to transfer data. The [win-sshfs client][d] provides a way to mount the cluster filesystems directly as an external disc. On Windows, use the [WinSCP client][c] to transfer data. The [win-sshfs client][d] provides a way to mount the cluster filesystems directly as an external disc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment