Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds key management features of:
Password changing (Fixes Change password #303)
The ability to move the key from VortaKeyringDB to secure storage
Key import/export. (Fixes Import / path to repo keyfile #304, fixes Import / path to repo keyfile #803)
This issue I'm having is the input for 'borg key import --paper' happens in interactive console mode.
I would like to know if there is a way to take interactive console input into Qt, as I want to implement it without having to take parts of borg code.
My alternate solution is to remove paper key backup support.
Edit: Going to merge all the options into one tab. This also uses code from #550
Picture of UI: