Skip to content

Commit

Permalink
EOD
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 13, 2024
1 parent 47f7392 commit f9b0534
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/cluster_guides/rsync_on_bianca.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,44 @@ for [file transfer](../cluster_guides/file_transfer.md).

This page describes how to use [`rsync`](../software/rsync.md) on [Bianca](bianca.md).

One cannot `rsync` directly to `wharf`.

???- question "How does it look like if I try to `rsync` directly to `wharf` anyways?"

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
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).

Please see our homepage and the Bianca User Guide
for more information:

https://www.uppmax.uu.se/support/user-guides/bianca-user-guide/

If you have any questions not covered by the User Guide, you are
welcome to contact us at [email protected].

Best regards,
UPPMAX

[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]
```


## Links

* [`rsync` homepage](https://rsync.samba.org/)

0 comments on commit f9b0534

Please sign in to comment.