Skip to content

Commit 5b01535

Browse files
authored
Adds systemd-inhibit and examples (#8989)
1 parent 769e5e5 commit 5b01535

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/faq.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,11 @@ My machine goes to sleep causing `Broken pipe`
150150
----------------------------------------------
151151

152152
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.
153+
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 ...``
154158

155159
How can I compare contents of an archive to my local filesystem?
156160
-----------------------------------------------------------------

0 commit comments

Comments
 (0)