mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
document borg init behaviour via append-only borg serve, fixes #2440
This commit is contained in:
parent
bf69b049e9
commit
ba20d8d131
1 changed files with 5 additions and 0 deletions
|
|
@ -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 ..." 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
|
||||
+++++++
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue