borgweb icon indicating copy to clipboard operation
borgweb copied to clipboard

borgweb doesn't tell users that they must use -e repokey during borg init

Open dykstranet opened this issue 4 years ago • 2 comments

I initialized my borg repo with keyfile, and found the borgweb backup to be not functioning. When I tested on a throwaway repo with repokey mode, it worked. borgweb should have told user of this limitation.

dykstranet avatar Oct 29 '21 09:10 dykstranet

Hmm, borgweb just invokes borg create via the commandline.

So I guess if the key is available on the machine and for the user doing that, all modes (repokey, keyfile and no encryption / no authentication / no key) should work?

ThomasWaldmann avatar Oct 29 '21 18:10 ThomasWaldmann

Thanks for your reply. I think the CLI will work for my purposes for now.

dykstranet avatar Oct 30 '21 05:10 dykstranet