Skip to content

Commit

Permalink
Use mermaid graph instead of image
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 13, 2024
1 parent 09742de commit b136a00
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/cluster_guides/transfer_bianca.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@

It is important to keep the entire chain of transferring the data secure

![Bianca](../img/Bianca-transfer.png)
```mermaid
flowchart LR
subgraph sunet[SUNET]
subgraph bianca[Bianca]
wharf
end
transit[transit server]
sftp_server[SFTP server]
rackham[Rackham]
user_in_sunet[User in SUNET]
wharf <--> transit
wharf <--> sftp_server
transit <--> rackham
transit <--> user_in_sunet
sftp_server <--> rackham
sftp_server <--> user_in_sunet
end
```

[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
Expand Down Expand Up @@ -199,3 +216,7 @@ See [the UPPMAX documentation of `wharf`](wharf.md) on how to do so.
- transit server
- rsync, scp/sftp

## Bianca file transfer as image

![Bianca](../img/Bianca-transfer.png)

0 comments on commit b136a00

Please sign in to comment.