Manu
Manu
Done converting most commands. It wasn't much work at all. Just `rename` took longer because we had a sloppy setup from the start. I expect some detailed differences to surface...
Would make sense, since I often want to look at a few versions. So we could allow selecting multiple archives in the UI.
Maybe 2 *Mount* buttons: One in archive actions, the other in repo actions? Details explained in tooltip.
Let's keep the current functionality and treat this as new feature later, if we or others see use for it. Could be useful to find some lost files where I...
Looks like using `ssh://`-style paths is the main issue left here? And the conversion feature maybe. If so I'll add the former and then merge this branch, so we can...
Yeah, good summary here: https://borgbackup.readthedocs.io/en/2.0.0b3/changes.html#version-2-0-0b3-2022-10-02 Added a few more things to check above.
Pushed another batch of adjustments. All features seem to work with the latest beta3 now. 🙌 There is one instance of `glob-archives` left in the function that finds existing mounts....
It will definitely take a while. I heard not all Qt5 features are available in Qt6 yet.
What would “support for encrypted ssh keys” look like? Where would the password come from? Note that you can already use any tool you like to unlock private keys and...
I don't really know how this would work. Wouldn't it re-implement `ssh-agent`? Where would it keep the SSH key password? You can already unlock an encrypted SSH key yourself using...