mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 09:59:19 -04:00
Merge pull request #5846 from braewoods/typos_dec
Complete documentation on append-only remote repos (#5519)
This commit is contained in:
commit
7a7da3550c
1 changed files with 8 additions and 0 deletions
|
|
@ -210,6 +210,14 @@ This is not a problem anymore.
|
|||
|
||||
For more details, see :ref:`checkpoints_parts`.
|
||||
|
||||
How can I switch append-only mode on and off?
|
||||
-----------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
You could do that (via borg config REPO append_only 0/1), but using different
|
||||
ssh keys and different entries in ``authorized_keys`` is much easier and also
|
||||
maybe has less potential of things going wrong somehow.
|
||||
|
||||
|
||||
My machine goes to sleep causing `Broken pipe`
|
||||
----------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue