vibe #3
This commit is contained in:
@@ -55,12 +55,12 @@ rsync -avAHXS <src> <dst>
|
||||
```bash
|
||||
rsync -avAHXS ~/localdata $USER@login001.merlin7.psi.ch:/data/project/general/myproject/
|
||||
```
|
||||
{{site.data.alerts.tip}}
|
||||
If a transfer is interrupted, just rerun the command: <code>rsync</code> will skip existing files.
|
||||
{{site.data.alerts.end}}
|
||||
{{site.data.alerts.warning}}
|
||||
Rsync uses SSH (port 22). For large datasets, transfer speed might be limited.
|
||||
{{site.data.alerts.end}}
|
||||
|
||||
!!! tip
|
||||
If a transfer is interrupted, just rerun the command: `rsync` will skip existing files.
|
||||
|
||||
!!! warning
|
||||
Rsync uses SSH (port 22). For large datasets, transfer speed might be limited.
|
||||
|
||||
### SCP
|
||||
|
||||
@@ -76,9 +76,8 @@ A `vsftpd` service is available on the login nodes, providing high-speed transfe
|
||||
* **`service03.merlin7.psi.ch`**: Encrypted control channel only.
|
||||
Use if your data can be transferred unencrypted. **Fastest** method.
|
||||
|
||||
{{site.data.alerts.tip}}
|
||||
The <b>control channel</b> is always <b>encrypted</b>, therefore, authentication is encrypted and secured.
|
||||
{{site.data.alerts.end}}
|
||||
!!! tip
|
||||
The **control channel** is always **encrypted**, therefore, authentication is encrypted and secured.
|
||||
|
||||
## UI-based Clients for Data Transfer
|
||||
### WinSCP (Windows)
|
||||
@@ -125,9 +124,8 @@ The service is designed to **send large files for temporary availability**, not
|
||||
3. File remains available until the specified **expiration date** is reached, or the **download limit** is reached.
|
||||
4. The file is **automatically deleted** after expiration.
|
||||
|
||||
{{site.data.alerts.warning}}
|
||||
SWITCHfilesender <b>is not</b> a long-term storage or archiving solution.
|
||||
{{site.data.alerts.end}}
|
||||
!!! warning
|
||||
SWITCHfilesender **is not** a long-term storage or archiving solution.
|
||||
|
||||
## PSI Data Transfer
|
||||
|
||||
@@ -144,9 +142,10 @@ Notice that `datatransfer.psi.ch` does not allow SSH login, only `rsync`, `scp`
|
||||
Access to the PSI Data Transfer uses ***Multi factor authentication*** (MFA).
|
||||
Therefore, having the Microsoft Authenticator App is required as explained [here](https://www.psi.ch/en/computing/change-to-mfa).
|
||||
|
||||
{{site.data.alerts.tip}}Please follow the
|
||||
<b><a href="https://www.psi.ch/en/photon-science-data-services/data-transfer">Official PSI Data Transfer</a></b> documentation for further instructions.
|
||||
{{site.data.alerts.end}}
|
||||
!!! tip
|
||||
Please follow the [Official PSI Data
|
||||
Transfer](https://www.psi.ch/en/photon-science-data-services/data-transfer)
|
||||
documentation for further instructions.
|
||||
|
||||
## Connecting to Merlin7 from outside PSI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user