Преглед изворни кода

Add a hint on sleeping computer in the FAQ

Now the FAQ warns that a sleeping computer can lead to a broken pipe
when backing up over ssh.

Fixes #5301
Guinness пре 4 година
родитељ
комит
e5a91e2538
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      docs/faq.rst

+ 6 - 0
docs/faq.rst

@@ -210,6 +210,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 switch append-only mode on and off?
 -----------------------------------------------------------------------------------------------------------------------------------