diff --git a/borg/archiver.py b/borg/archiver.py index ffe074841..910814c46 100644 --- a/borg/archiver.py +++ b/borg/archiver.py @@ -1210,6 +1210,8 @@ def build_parser(self, args=None, prog=None): This currently supports converting an Attic repository to Borg and also 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 to match the new Borg magic strings. The keyfiles found in $ATTIC_KEYS_DIR or ~/.attic/keys/ will also be converted and diff --git a/docs/usage/upgrade.rst.inc b/docs/usage/upgrade.rst.inc index 5e1b587fa..891f645e8 100644 --- a/docs/usage/upgrade.rst.inc +++ b/docs/usage/upgrade.rst.inc @@ -38,6 +38,8 @@ Upgrade an existing Borg repository. This currently supports converting an Attic repository to Borg and also 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 to match the new Borg magic strings. The keyfiles found in $ATTIC_KEYS_DIR or ~/.attic/keys/ will also be converted and