Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
habrok:data_management:transferring_data [2022/02/22 13:04] – external edit 127.0.0.1 | habrok:data_management:transferring_data [2025/05/26 13:37] (current) – bob | ||
---|---|---|---|
Line 2: | Line 2: | ||
====== Transferring data ===== | ====== Transferring data ===== | ||
- | For most use cases data to be analyzed needs to be transferred to Peregrine | + | For most use cases data to be analyzed needs to be transferred to Hábrók |
===== Using MobaXterm ====== | ===== Using MobaXterm ====== | ||
- | The MobaXterm SSH client offers a file browser interface to files on the Peregrine | + | The MobaXterm SSH client offers a file browser interface to files on the Hábrók |
- | {{peregrine: | + | |
- | 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 Peregrine. | + | {{habrok: |
+ | |||
+ | 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. | ||
==== Alternative applications ==== | ==== Alternative applications ==== | ||
There are also alternative file transfer clients available like: | There are also alternative file transfer clients available like: | ||
- | * [[https:// | + | * [[https:// |
* [[https:// | * [[https:// | ||
Line 21: | Line 22: | ||
===== Using command line tools ===== | ===== Using command line tools ===== | ||
- | Another option is to use command line tools for copying data from or to Peregrine. This option is available in local terminals for Mac OS X or Linux. MobaXterm also offers a terminal on the local system, as does the Linux subsystem for Windows if you were to install that. The two commands that are available are '' | + | Another option is to use command line tools for copying data from or to Hábrók. This option is available in local terminals for Mac OS X or Linux. MobaXterm also offers a terminal on the local system, as does the Linux subsystem for Windows if you were to install that. The two commands that are available are '' |
==== scp ==== | ==== scp ==== | ||
Line 29: | Line 30: | ||
scp [options] [user@host1: | scp [options] [user@host1: | ||
</ | </ | ||
- | 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 Peregrine. 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: | ||
</ | </ | ||
- | In the example above the file vars.yml from the directory workdir on the local desktop or laptop is being sent to the users directory my_project on Peregrine. | + | In the example above the file vars.yml from the directory workdir on the local desktop or laptop is being sent to the users directory my_project on Hábrók. |
Note that if you don't specify the username, the username will be taken to be your username on the local system. | Note that if you don't specify the username, the username will be taken to be your username on the local system. | ||
- | If the directory would not have existed the file would have been renamed as my_project in the users home directory on Peregrine. | + | If the directory would not have existed the file would have been renamed as my_project in the users home directory on Hábrók. |
- | In order to copy the file back from Peregrine | + | In order to copy the file back from Hábrók |
< | < | ||
- | alice@skries: | + | alice@skries: |
vars.yml | vars.yml | ||
alice@skries: | alice@skries: | ||
Line 48: | Line 49: | ||
In this case we had to make the remote location explicit, because the source has to be specified exactly. The destination is now '' | In this case we had to make the remote location explicit, because the source has to be specified exactly. The destination is now '' | ||
- | In many cases we want to copy a whole directory from or to Peregrine. 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 87: | Line 88: | ||
* '' | * '' | ||
- | 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/ |