mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 08:45:13 +00:00
borg upgrade: add to docs that only LOCAL repos are supported
This commit is contained in:
parent
409c06c621
commit
5ffb0fd7cd
2 changed files with 4 additions and 0 deletions
|
@ -1210,6 +1210,8 @@ def build_parser(self, args=None, prog=None):
|
||||||
This currently supports converting an Attic repository to Borg and also
|
This currently supports converting an Attic repository to Borg and also
|
||||||
helps with converting Borg 0.xx to 1.0.
|
helps with converting Borg 0.xx to 1.0.
|
||||||
|
|
||||||
|
Currently, only LOCAL repositories can be upgraded (issue #465).
|
||||||
|
|
||||||
It will change the magic strings in the repository's segments
|
It will change the magic strings in the repository's segments
|
||||||
to match the new Borg magic strings. The keyfiles found in
|
to match the new Borg magic strings. The keyfiles found in
|
||||||
$ATTIC_KEYS_DIR or ~/.attic/keys/ will also be converted and
|
$ATTIC_KEYS_DIR or ~/.attic/keys/ will also be converted and
|
||||||
|
|
|
@ -38,6 +38,8 @@ Upgrade an existing Borg repository.
|
||||||
This currently supports converting an Attic repository to Borg and also
|
This currently supports converting an Attic repository to Borg and also
|
||||||
helps with converting Borg 0.xx to 1.0.
|
helps with converting Borg 0.xx to 1.0.
|
||||||
|
|
||||||
|
Currently, only LOCAL repositories can be upgraded (issue #465).
|
||||||
|
|
||||||
It will change the magic strings in the repository's segments
|
It will change the magic strings in the repository's segments
|
||||||
to match the new Borg magic strings. The keyfiles found in
|
to match the new Borg magic strings. The keyfiles found in
|
||||||
$ATTIC_KEYS_DIR or ~/.attic/keys/ will also be converted and
|
$ATTIC_KEYS_DIR or ~/.attic/keys/ will also be converted and
|
||||||
|
|
Loading…
Reference in a new issue