Browse Source

Merge pull request #5931 from remyabel/docs-fix-duplicate

docs: remove duplicate faq entries
TW 3 years ago
parent
commit
6b8c369903
1 changed files with 1 additions and 14 deletions
  1. 1 14
      docs/faq.rst

+ 1 - 14
docs/faq.rst

@@ -211,7 +211,7 @@ This is not a problem anymore.
 For more details, see :ref:`checkpoints_parts`.
 For more details, see :ref:`checkpoints_parts`.
 
 
 How can I switch append-only mode on and off?
 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
 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
 ssh keys and different entries in ``authorized_keys`` is much easier and also
@@ -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.
 When backing up your data over the network, your machine should not go to sleep.
 On macOS you can use `caffeinate` to avoid that.
 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?
 How can I compare contents of an archive to my local filesystem?
 -----------------------------------------------------------------
 -----------------------------------------------------------------
 
 
@@ -244,12 +237,6 @@ then use ``tar`` to perform the comparison:
 
 
 .. _faq_corrupt_repo:
 .. _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?
 How can I restore huge file(s) over an unstable connection?
 -----------------------------------------------------------
 -----------------------------------------------------------