Skip to content

Question about version for borg over SSH #8621

Closed Answered by ThomasWaldmann
aaaaadrien asked this question in Q&A
Discussion options

You must be logged in to vote

Using a ssh:// repo should be faster usually, because in that case, there will be a "borg serve" repo-side process that can access the repository locally without having to transfer the data over the network (e.g. for "borg check" [repository part]).

borg version does not need to be precisely the same on client and server, but they need to be compatible. borg2 is a breaking release and not compatible with borg1 (except that it supports transferring data from borg1 repos).

For now, you should use borg 1.x for production.
borg2 is still in beta and can break between beta releases.

If you like, you can set up an additional backup using borg2 to help us testing.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by aaaaadrien
Comment options

You must be logged in to vote
1 reply
@ThomasWaldmann
Comment options

Comment options

You must be logged in to vote
2 replies
@aaaaadrien
Comment options

@ThomasWaldmann
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants