borg
borg copied to clipboard
borg2: implement/test ssh:// repo support (windows)
Currently, it only tries to work for local repos (== some directory), support for ssh://... repos is not implemented at all:
Locationclass 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
See also: https://github.com/borgbackup/borg/issues/4820#issuecomment-549182858
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.