We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769e5e5 commit 5b01535Copy full SHA for 5b01535
docs/faq.rst
@@ -150,7 +150,11 @@ My machine goes to sleep causing `Broken pipe`
150
----------------------------------------------
151
152
While backing up your data over the network, your machine should not go to sleep.
153
-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`.
154
+
155
+``systemd-inhibit borg create ...``
156
157
+``caffeinate -i borg create ...``
158
159
How can I compare contents of an archive to my local filesystem?
160
-----------------------------------------------------------------
0 commit comments