浏览代码

borg upgrade: add to docs that only LOCAL repos are supported

Thomas Waldmann 9 年之前
父节点
当前提交
5ffb0fd7cd
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      borg/archiver.py
  2. 2 0
      docs/usage/upgrade.rst.inc

+ 2 - 0
borg/archiver.py

@@ -1210,6 +1210,8 @@ class Archiver:
         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

+ 2 - 0
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