Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
habrok:data_management:transferring_data [2022/12/20 15:54] – fokke | habrok:data_management:transferring_data [2025/06/20 13:27] (current) – [More advanced: rsync] typo pedro | ||
---|---|---|---|
Line 7: | Line 7: | ||
The MobaXterm SSH client offers a file browser interface to files on the Hábrók cluster. As shown in the following figure. | The MobaXterm SSH client offers a file browser interface to files on the Hábrók cluster. As shown in the following figure. | ||
- | {{habrok:introduction:what_is_a_cluster: | + | |
+ | {{habrok:additional_information:course_material: | ||
This interface can be used to create directories and for downloading and uploading files. The interface offers a upload and download icon above the file listing. Files can also be dragged and dropped between MobaXterm and the Windows file explorer. The last way also allows a full directory including files to be transferred to or from Hábrók. | This interface can be used to create directories and for downloading and uploading files. The interface offers a upload and download icon above the file listing. Files can also be dragged and dropped between MobaXterm and the Windows file explorer. The last way also allows a full directory including files to be transferred to or from Hábrók. | ||
Line 14: | Line 15: | ||
There are also alternative file transfer clients available like: | There are also alternative file transfer clients available like: | ||
- | * [[https:// | + | * [[https:// |
* [[https:// | * [[https:// | ||
Line 31: | Line 32: | ||
Source and destination are mandatory. Either source or destination can be prefixed by a username and hostname for specifying the remote side. Here is an example that will transfer a single file from the local system to a directory, within the home directory of the user in Hábrók. Note that the '' | Source and destination are mandatory. Either source or destination can be prefixed by a username and hostname for specifying the remote side. Here is an example that will transfer a single file from the local system to a directory, within the home directory of the user in Hábrók. Note that the '' | ||
< | < | ||
- | alice@skries: | + | alice@skries: |
vars.yml | vars.yml | ||
alice@skries: | alice@skries: | ||
Line 42: | Line 43: | ||
In order to copy the file back from Hábrók to the local system, source and destination have to be interchanged and adjusted where necessary. E.g.: | In order to copy the file back from Hábrók to the local system, source and destination have to be interchanged and adjusted where necessary. E.g.: | ||
< | < | ||
- | alice@skries: | + | alice@skries: |
vars.yml | vars.yml | ||
alice@skries: | alice@skries: | ||
Line 50: | Line 51: | ||
In many cases we want to copy a whole directory from or to Hábrók. This can be done by using the option '' | In many cases we want to copy a whole directory from or to Hábrók. This can be done by using the option '' | ||
< | < | ||
- | alice@skries: | + | alice@skries: |
main.yml | main.yml | ||
vars.yml | vars.yml | ||
Line 84: | Line 85: | ||
* '' | * '' | ||
* '' | * '' | ||
- | * '' | + | * '' |
- | * '' | + | * '' |
Source and destination can be given in the same way as for '' | Source and destination can be given in the same way as for '' | ||
< | < | ||
- | john@skries: | + | john@skries: |
receiving incremental file list | receiving incremental file list | ||
pydaal-tutorials/ | pydaal-tutorials/ | ||
Line 111: | Line 112: | ||
At the end of the output you can see a summary of how much data was transferred and the average speed. | At the end of the output you can see a summary of how much data was transferred and the average speed. | ||
- | **CAVEAT | + | **CAVEAT |
- | The behavour | + | The behavior |
< | < | ||
| |