瀏覽代碼

document borg init behaviour via append-only borg serve, fixes #2440

Thomas Waldmann 8 年之前
父節點
當前提交
ba20d8d131
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/usage.rst

+ 5 - 0
docs/usage.rst

@@ -677,6 +677,11 @@ in ``.ssh/authorized_keys`` ::
     command="borg serve --append-only ..." ssh-rsa <key used for not-always-trustable backup clients>
     command="borg serve --append-only ..." ssh-rsa <key used for not-always-trustable backup clients>
     command="borg serve ..." ssh-rsa <key used for backup management>
     command="borg serve ..." ssh-rsa <key used for backup management>
 
 
+Please note that if you run ``borg init`` via a ``borg serve --append-only``
+server, the repository config will be created with a ``append_only=1`` entry.
+This behaviour is subject to change in a later borg version. So, be aware of
+it for now, but do not rely on it.
+
 Example
 Example
 +++++++
 +++++++