Skip to content
Snippets Groups Projects
Commit 96957263 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update shell-and-data-access.md

parent f617f803
No related branches found
No related tags found
No related merge requests found
Pipeline #33483 passed with warnings
...@@ -179,7 +179,7 @@ local $ cd my-local-dir ...@@ -179,7 +179,7 @@ local $ cd my-local-dir
local $ ls | xargs -n 2 -P 4 /bin/bash -c 'rsync "$@" username@cluster-name.it4i.cz:mydir' sh local $ ls | xargs -n 2 -P 4 /bin/bash -c 'rsync "$@" username@cluster-name.it4i.cz:mydir' sh
``` ```
The **-n** argument detemines the number of files to transfer in one rsync call. Set according to file size and count (large for many small files). The **-n** argument detemines the number of files to transfer in one rsync call. Set according to file size and count (large for many small files).
The **-P** argument determines number of parallel rsync processes. Set to number of cores on your local machine. The **-P** argument 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.
Finish editing this message first!
Please register or to comment