borg icon indicating copy to clipboard operation
borg copied to clipboard

borg2: implement/test ssh:// repo support (windows)

Open ThomasWaldmann opened this issue 2 years ago • 2 comments

Currently, it only tries to work for local repos (== some directory), support for ssh://... repos is not implemented at all:

  • Location class only parses win32 directory paths (not: ssh://)
  • actual remoting via ssh subprocess needs checking
  • remove the github windows CI test limitation (-k "not remote") after making remote repos work

ThomasWaldmann avatar Jan 12 '23 20:01 ThomasWaldmann

See also: https://github.com/borgbackup/borg/issues/4820#issuecomment-549182858

ThomasWaldmann avatar Jan 19 '23 23:01 ThomasWaldmann

borg2 news: guess it should be rather easy to make it working with ``sftp://` repos - then it won't use the borg ssh rpc, but directly use the borgstore sftp.

ThomasWaldmann avatar Sep 17 '24 15:09 ThomasWaldmann