Browse Source

Adds systemd-inhibit and examples (#8989)

dataprolet 2 weeks ago
parent
commit
5b01535768
1 changed files with 5 additions and 1 deletions
  1. 5 1
      docs/faq.rst

+ 5 - 1
docs/faq.rst

@@ -150,7 +150,11 @@ My machine goes to sleep causing `Broken pipe`
 ----------------------------------------------
 ----------------------------------------------
 
 
 While backing up your data over the network, your machine should not go to sleep.
 While backing up your data over the network, your machine should not go to sleep.
-On macOS you can use `caffeinate` to avoid that.
+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 compare contents of an archive to my local filesystem?
 How can I compare contents of an archive to my local filesystem?
 -----------------------------------------------------------------
 -----------------------------------------------------------------