1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 01:06:50 +00:00

docs: clarify passphrase mode attic repo upgrade, fixes #1854

This commit is contained in:
Thomas Waldmann 2016-11-19 21:52:11 +01:00
parent d7284a92f0
commit 3d174aef35

View file

@ -629,6 +629,20 @@ Examples
no key file found for repository
Upgrading a passphrase encrypted attic repo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
attic offered a "passphrase" encryption mode, but this was removed in borg 1.0
and replaced by the "repokey" mode (which stores the passphrase-protected
encryption key into the repository config).
Thus, to upgrade a "passphrase" attic repo to a "repokey" borg repo, 2 steps
are needed, in this order:
- borg upgrade repo
- borg migrate-to-repokey repo
.. include:: usage/break-lock.rst.inc