瀏覽代碼

Merge pull request #8991 from dataprolet/backport/add-faq

Backport/add-faq
TW 1 周之前
父節點
當前提交
3f824ac2dc
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      docs/faq.rst

+ 6 - 2
docs/faq.rst

@@ -228,8 +228,12 @@ maybe has less potential of things going wrong somehow.
 My machine goes to sleep causing `Broken pipe`
 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.
+While backing up your data over the network, your machine should not go to sleep.
+On Linux you can use `systemd-inhibit` to avoid that. On macOS you can use `caffeinate`.
+
+``systemd-inhibit borg create ...``
+
+``caffeinate -i borg create ...``
 
 
 How can I restore huge file(s) over an unstable connection?
 How can I restore huge file(s) over an unstable connection?
 -----------------------------------------------------------
 -----------------------------------------------------------