From dcaf997c2868e81ba828c0d3d09630a070bfb224 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 26 Apr 2017 03:16:12 +0200 Subject: [PATCH] document borg init behaviour via append-only borg serve, fixes #2440 (cherry picked from commit ba20d8d1310139c2e781544c25a77428c223cbd0) --- docs/usage.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/usage.rst b/docs/usage.rst index 365e5f790..469991865 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -925,6 +925,11 @@ in ``.ssh/authorized_keys`` :: command="borg serve --append-only ..." ssh-rsa command="borg serve ..." ssh-rsa +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 +++++++