From 88a03e0b6da0222d40d062e7367816af482a4f72 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Tue, 26 Oct 2021 09:56:26 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- .../docs/data_transfer/export_nodes.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md b/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md index 8143f27b9..f7e98d40e 100644 --- a/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md +++ b/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md @@ -112,25 +112,6 @@ the local machine. # Copy directory 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 -- GitLab