Skip to content
Snippets Groups Projects
Commit 243d942f authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist: Committed by Jenny Thuy Dung Tran
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 9ebf69e4
No related branches found
No related tags found
2 merge requests!566[release] Regular merge of develop,!562data transfer between HPC and Atlas
Pipeline #85638 passed with warnings
......@@ -20,7 +20,7 @@ Please refer to the dedicated knowledge bases to see how to [connect to UL HPC C
<img src="img/data-transfer-flow.png">
## 1. Via laptop using scp or rsync
## 1. Via laptop using `scp` or `rsync`
When using the UL laptop to transfer data between UL HPC Clusters and Atlas, you must [mount Atlas via smb on laptop](https://service.uni.lu/sp?id=kb_article_view&sysparm_article=KB0010233) before using ```scp``` and ```rsync``` for the transfer. While both commands ensure a secure transfer of data between the UL HPC Clusters and Atlas, ```rsync``` is in general preferred over ```scp``` due to it's selective incremental transfer of files, which makes it faster than ```scp```.
* ```scp```: transfers all files and directories.
* ```rsync```: transfers only the files which differs between the source and the destination.
......
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