Skip to content

Commit 3f824ac

Browse files
Merge pull request #8991 from dataprolet/backport/add-faq
Backport/add-faq
2 parents 90e7452 + ad44548 commit 3f824ac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/faq.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,12 @@ maybe has less potential of things going wrong somehow.
228228
My machine goes to sleep causing `Broken pipe`
229229
----------------------------------------------
230230

231-
When backing up your data over the network, your machine should not go to sleep.
232-
On macOS you can use `caffeinate` to avoid that.
231+
While backing up your data over the network, your machine should not go to sleep.
232+
On Linux you can use `systemd-inhibit` to avoid that. On macOS you can use `caffeinate`.
233+
234+
``systemd-inhibit borg create ...``
235+
236+
``caffeinate -i borg create ...``
233237

234238
How can I restore huge file(s) over an unstable connection?
235239
-----------------------------------------------------------

0 commit comments

Comments
 (0)