Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ 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
Expand All @@ -224,13 +224,6 @@ My machine goes to sleep causing `Broken pipe`
When backing up your data over the network, your machine should not go to sleep.
On macOS you can use `caffeinate` to avoid that.

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.

How can I compare contents of an archive to my local filesystem?
-----------------------------------------------------------------

Expand All @@ -244,12 +237,6 @@ then use ``tar`` to perform the comparison:

.. _faq_corrupt_repo:

My machine goes to sleep causing `Broken pipe`
----------------------------------------------

When backing up your data over the network, your machine should not go to sleep.
On macOS you can use `caffeinate` to avoid that.

How can I restore huge file(s) over an unstable connection?
-----------------------------------------------------------

Expand Down