Skip to content
Snippets Groups Projects
Commit 88a03e0b authored by Jan Frenzel's avatar Jan Frenzel Committed by Apurv Deepak Kulkarni
Browse files

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

parent 46ecb067
No related branches found
No related tags found
3 merge requests!412Manual attempt to merge preview into main,!402Solved issue-194. Added missing information regarding usage of SSH config for...,!385Solved issue-194. Added missing information regarding usage of SSH config for...
...@@ -112,25 +112,6 @@ the local machine. ...@@ -112,25 +112,6 @@ the local machine.
# Copy directory # Copy directory
marie@local$ rsync -r <zih-user>@taurusexport.hrsk.tu-dresden.de:<directory> <target-location> marie@local$ rsync -r <zih-user>@taurusexport.hrsk.tu-dresden.de:<directory> <target-location>
``` ```
!!!info
User can also use SSH configuration file to transfer the data from/to the ZIH systems. Please refer to 'Connecting from Linux' section on [Connecting with SSH](../access/ssh_login.md) page for more information on how to create and use the SSH configuration file. In the newly created profile, simply replace values in front of `HostName` with name of the export node as shown below.
```bash
Host <configuration_profile_name>
# Use name of the export node after HostName
HostName taurusexport.hrsk.tu-dresden.de
[...]
```
Once the configuration is created, user can initiate transfer simply using any of the tools mentioned above.
```console
# Transfer from ZIH system
marie@local$ rsync -r <configuration_profile_name>:<directory_or_file> <target-location>
# Transfer to ZIH system
marie@local$ rsync -r <file_or_folder_on_local_machine> <configuration_profile_name>:<target-location>
```
## Access From Windows ## Access From Windows
......
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