mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-21 13:47:16 +00:00
"passphrase" encryption mode repos can not be created since borg 1.0. back then, users were advised to switch existing repos of that type to repokey mode using the "borg key migrate-to-repokey" command. that command is still available in borg 1.0, 1.1 and 1.2, but not any more in borg >= 1.3. while we still might see the PassphraseKey.TYPE byte in old repos, it is handled by the RepoKey code since borg 1.0.
16 lines
476 B
ReStructuredText
16 lines
476 B
ReStructuredText
.. include:: upgrade.rst.inc
|
|
|
|
Examples
|
|
~~~~~~~~
|
|
::
|
|
|
|
# Upgrade the borg repository to the most recent version.
|
|
$ borg upgrade -v /path/to/repo
|
|
making a hardlink copy in /path/to/repo.before-upgrade-2016-02-15-20:51:55
|
|
opening attic repository with borg and converting
|
|
no key file found for repository
|
|
converting repo index /path/to/repo/index.0
|
|
converting 1 segments...
|
|
converting borg 0.xx to borg current
|
|
no key file found for repository
|
|
|