File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,12 @@ maybe has less potential of things going wrong somehow.
228228My 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
234238How can I restore huge file(s) over an unstable connection?
235239-----------------------------------------------------------
You can’t perform that action at this time.
0 commit comments