From af8428c8fc2ca095fa002bef04fb8bbcf196a9f4 Mon Sep 17 00:00:00 2001 From: Branislav Jansik <branislav.jansik@vsb.cz> Date: Mon, 31 Jul 2023 16:25:32 +0200 Subject: [PATCH] Update shell-and-data-access.md --- docs.it4i/general/shell-and-data-access.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.it4i/general/shell-and-data-access.md b/docs.it4i/general/shell-and-data-access.md index 919c8e261..0dafd03ca 100644 --- a/docs.it4i/general/shell-and-data-access.md +++ b/docs.it4i/general/shell-and-data-access.md @@ -179,7 +179,8 @@ local $ cd my-local-dir 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. The **-P** argument determines number of parallel rsync processes. Set to number of cores on your local machine. +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. 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. -- GitLab