-
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.
- Loading branch information
1 parent
47f7392
commit f9b0534
Showing
1 changed file
with
38 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/) |