From b136a0018bfb6619d5c914977bc31a811a39a49a Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Mon, 13 May 2024 09:12:16 +0200 Subject: [PATCH] Use mermaid graph instead of image --- docs/cluster_guides/transfer_bianca.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/cluster_guides/transfer_bianca.md b/docs/cluster_guides/transfer_bianca.md index bacda5820..e956fc5eb 100644 --- a/docs/cluster_guides/transfer_bianca.md +++ b/docs/cluster_guides/transfer_bianca.md @@ -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 @@ -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) +