-
-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change key mode #510
Comments
Yes. And also from (deprecated) passphrase to repokey mode, which is already covered in #97. |
from looking into this because of a question on irc. Changing the key borg loads from a keyfile to a repokey only needs to move the data over to the repo with save_key and change the type field of the manifest crypto envelope. But AESKeyBase checks the type of each chunk it decrypts and would bail there. Which leaves rewriting the whole repository or declaring all AES legacy based types to be equivalent. From just thinking about it for a few seconds i don‘t see any real harm from that. |
see also #2153. |
superseded by #2153. |
Never mind, I see this might be part of Borg 2.0. |
It would be great to be able to change an existing repo from keyfile to repokey mode (and vice versa).
The text was updated successfully, but these errors were encountered: