Replies: 1 comment 3 replies
-
As of 2.0.0b18: speed local > ssh > sftp/rclone/s3 (my best guess, I didn't measure it). Of course it does not only depend on the protocol, but also on the data backed up, the connection speed AND latency. I have recently started on implementing packs, they likely will change performance characteristics significantly, especially on high latency connections and with small chunks. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In another discussion, @ThomasWaldmann mentioned the different backends for BorgStore. I was wondering how the performance compares between them.
Let’s say we have two servers connected via a 10 Gbit network, both running btrfs and have a modern CPU with very good single core performance (think of a game server). One server will start an encrypted and compressed backup (10 TB) to the other server. What kind of performance can we expect when using SSH, SFTP, or rclone as the backend?
I’d appreciate any insights or experiences regarding performance with these different backends and what the limiting factor is for each of them. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions