Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
f617f803
Commit
f617f803
authored
1 year ago
by
Jan Siwiec
Browse files
Options
Downloads
Patches
Plain Diff
Update shell-and-data-access.md
parent
af8428c8
No related branches found
No related tags found
No related merge requests found
Pipeline
#33416
passed with warnings
1 year ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/general/shell-and-data-access.md
+3
-3
3 additions, 3 deletions
docs.it4i/general/shell-and-data-access.md
with
3 additions
and
3 deletions
docs.it4i/general/shell-and-data-access.md
+
3
−
3
View file @
f617f803
...
...
@@ -152,7 +152,7 @@ local $ man sshfs
The rsync client uses ssh to establish connection.
```
console
local $
rsync my-local-file
local $
rsync my-local-file
```
```
console
...
...
@@ -160,10 +160,10 @@ local $ rsync -r my-local-dir username@cluster-name.it4i.cz:directory
```
!!! note
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**
Run
**multiple rsync**
instances for unlimited transfers
Parallel execution of multiple rsync processes utilizes multiple cores to accelerate encryption and multiple tcp streams for enhanced bandwidth.
Parallel execution of multiple rsync processes utilizes multiple cores to accelerate encryption and multiple tcp streams for enhanced bandwidth.
First, set up ssh-agent single sign on:
```
console
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment