-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove trailing whitespace, improve markdown lint
- Loading branch information
1 parent
af832f0
commit ff6b293
Showing
16 changed files
with
142 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `rsync` on Bianca | ||
|
||
[`rsync`](../software/rsync.md) is a command-line tool | ||
[`rsync`](../software/rsync.md) is a command-line tool | ||
for [file transfer](../cluster_guides/file_transfer.md). | ||
|
||
This page describes how to use [`rsync`](../software/rsync.md) on [Bianca](bianca.md). | ||
|
@@ -12,18 +12,18 @@ One cannot `rsync` directly to `wharf`. | |
One cannot `rsync` directly to `wharf`. | ||
|
||
However, this is how it looks like: | ||
|
||
|
||
``` | ||
richel@richel-N141CU:~$ rsync my_local_file.txt [email protected]:/richel-sens2016001 | ||
|
||
Hi! | ||
|
||
You are connected to the bianca wharf (sftp service) at | ||
You are connected to the bianca wharf (sftp service) at | ||
bianca-sftp.uppmax.uu.se. | ||
|
||
Note that we only support SFTP, which is not exactly the | ||
same as SSH (rsync and scp will not work). | ||
same as SSH (rsync and scp will not work). | ||
|
||
Please see our homepage and the Bianca User Guide | ||
for more information: | ||
|
@@ -36,7 +36,7 @@ One cannot `rsync` directly to `wharf`. | |
Best regards, | ||
UPPMAX | ||
|
||
[email protected]'s password: | ||
[email protected]'s password: | ||
protocol version mismatch -- is your shell clean? | ||
(see the rsync manpage for an explanation) | ||
rsync error: protocol incompatibility (code 2) at compat.c(622) [sender=3.2.7] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ to [transfer files to/from Bianca](transfer_bianca.md). | |
sftp [user_name]-[project_id]@bianca-sftp.uppmax.uu.se:/[user_name]-[project_id] | ||
``` | ||
|
||
where | ||
where | ||
|
||
* `[project_id]` is the ID of your [NAISS project](../getting_started/project.md) | ||
* `[user_name]` is the name of your [UPPMAX user account](../getting_started/user_account.md) | ||
|
@@ -30,12 +30,12 @@ sftp [email protected]:/sven-sens2016001 | |
`sftp` will ask for a password: | ||
|
||
``` | ||
[email protected]'s password: | ||
[email protected]'s password: | ||
``` | ||
|
||
The password is your normal UPPMAX password directly followed by | ||
the six digits from the [the `UPPMAX` 2-factor authentication](https://www.uu.se/en/centre/uppmax/get-started/2-factor). | ||
For example, if your password is `VerySecret` and the second factor code is `123456` | ||
For example, if your password is `VerySecret` and the second factor code is `123456` | ||
you would type `VerySecret123456` as the password in this step. | ||
|
||
After typing in the password and 2FA one sees a welcome message | ||
|
@@ -48,11 +48,11 @@ and the `sftp` prompt. | |
``` | ||
Hi! | ||
|
||
You are connected to the bianca wharf (sftp service) at | ||
You are connected to the bianca wharf (sftp service) at | ||
bianca-sftp.uppmax.uu.se. | ||
|
||
Note that we only support SFTP, which is not exactly the | ||
same as SSH (rsync and scp will not work). | ||
same as SSH (rsync and scp will not work). | ||
|
||
Please see our homepage and the Bianca User Guide | ||
for more information: | ||
|
@@ -65,9 +65,9 @@ and the `sftp` prompt. | |
Best regards, | ||
UPPMAX | ||
|
||
[email protected]'s password: | ||
[email protected]'s password: | ||
Connected to bianca-sftp.uppmax.uu.se. | ||
sftp> | ||
sftp> | ||
``` | ||
|
||
???- question "How do I get rid of the welcome message?" | ||
|
@@ -81,7 +81,7 @@ and the `sftp` prompt. | |
The last line, `sftp> ` is the `sftp` prompt. | ||
|
||
|
||
Once connected you will have to type the `sftp` commands to upload/download files. | ||
Once connected you will have to type the `sftp` commands to upload/download files. | ||
See [the UPPMAX page on `sftp`](../software/sftp.md) how to do so. | ||
|
||
With `sftp` you only have access to [your wharf folder](wharf.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ flowchart LR | |
end | ||
``` | ||
|
||
[File transfer](file_transfer.md) is the process of getting files | ||
[File transfer](file_transfer.md) is the process of getting files | ||
from one place to the other. This page shows how to do [file transfer](file_transfer.md) to/from | ||
the [Bianca](bianca.md) UPPMAX cluster. | ||
|
||
|
@@ -61,8 +61,8 @@ See [using `lftp` with Bianca](lftp_with_bianca.md). | |
|
||
## Transit server | ||
|
||
To facilitate secure data transfers to, from, | ||
and within the system for computing on sensitive data a special service is available | ||
To facilitate secure data transfers to, from, | ||
and within the system for computing on sensitive data a special service is available | ||
via SSH at `transit.uppmax.uu.se`. | ||
|
||
![A user that is logged in to Transit](./img/logged_in_transit.png) | ||
|
@@ -103,10 +103,10 @@ rsync -avh [email protected]:path/my_files ~/sens2023531/ | |
|
||
### Moving data between projects | ||
|
||
- You can use transit to transfer data between projects | ||
by mounting the wharfs for the different projects | ||
- You can use transit to transfer data between projects | ||
by mounting the wharfs for the different projects | ||
and transferring data with `rsync`. | ||
- Note that you may of course only do this if this is allowed | ||
- Note that you may of course only do this if this is allowed | ||
(agreements, permissions, etc.) | ||
|
||
## Mounting `wharf` on your local computer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.