@@ -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% -n2-P 4 rsync % username@cluster-name.it4i.cz:my-remote-dir/.
local $ls | xargs -I% -n1-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.