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

Update shell-and-data-access.md

parent d00d04f8
No related branches found
No related tags found
No related merge requests found
Pipeline #33330 passed with warnings
...@@ -163,15 +163,15 @@ local $ rsync -r my-local-dir username@cluster-name.it4i.cz:directory ...@@ -163,15 +163,15 @@ local $ rsync -r my-local-dir username@cluster-name.it4i.cz:directory
The data transfer speed is limited by the single-core ssh encryption speed to about **150 MB/s** The data transfer speed is limited by the single-core ssh encryption speed to about **150 MB/s**
Use **parallel rsync** for unlimited transfers Use **parallel rsync** for unlimited transfers
The parallel rsync transfers multiple files at the time, utilizing multiple cores to accelerate encryption. The parallel rsync transfers multiple files at the time, utilizing multiple rsync processes and cores to accelerate encryption.
First, set up ssh-agent single sign on: First, set up ssh-agent single sign on:
``` ```console
console
local $ eval `ssh-agent` local $ eval `ssh-agent`
local $ ssh-add local $ ssh-add
Enter passphrase for /home/user/.ssh/id_rsa: Enter passphrase for /home/user/.ssh/id_rsa:
``` ```
Then run the rsync in parallel: Then run the rsync in parallel:
```console ```console
......
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