From 89bf5afacf0843b73c145236f1a68df0fcca3eaf Mon Sep 17 00:00:00 2001 From: Guinness Date: Mon, 30 Nov 2020 16:31:17 +0100 Subject: [PATCH] Add a hint on sleeping computer in the FAQ --- docs/faq.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 6497bbfa9..f779483e2 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -185,6 +185,12 @@ This is not a problem anymore. For more details, see :ref:`checkpoints_parts`. +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? -----------------------------------------------------------