[Borgbackup] remove ssh or via SMB?

Thomas Waldmann tw at waldmann-edv.de
Thu Sep 28 15:46:31 EDT 2017


On 09/28/2017 09:38 PM, Steve Schow wrote:
> question:  When using remote backup server…does the remote server itself offload any of the deduplication processing?

No, not that.

The point of running client / server (== two borg processes talking via
ssh to each other) is that you have an agent on the server.

Thus, repository operations are local the the server side agent.

That speeds up:
- repo check (local operation)
- starting a transaction (does not need to copy repo index over network
fs, but can do it locally)
- likely also other operations, because the server can do repo fs access
and just deliver the result - instead of the client doing that over
network fs in a likely less efficient way.

Also, depending on your network filesystem:
- seeks and partial reads will work (they also work for a normal network
fs, but likely not for some of the cloud-backed fs)

-- 

GPG ID: 9F88FB52FAF7B393
GPG FP: 6D5B EF9A DD20 7580 5747 B70F 9F88 FB52 FAF7 B393



More information about the Borgbackup mailing list