From 928347bd89bc7b454d6de70d018a3c69267b8f56 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen Date: Sat, 17 Jul 2021 23:38:10 -0400 Subject: [PATCH] docs: remove duplicate faq entries Fixes: #5926 --- docs/faq.rst | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index b22b301f07..0ce541d15f 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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 @@ -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? ----------------------------------------------------------------- @@ -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? -----------------------------------------------------------