mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-22 14:49:03 -04:00
Adds systemd-inhibit and examples (#8989)
This commit is contained in:
parent
90e745212f
commit
ad44548b04
1 changed files with 6 additions and 2 deletions
|
|
@ -228,8 +228,12 @@ maybe has less potential of things going wrong somehow.
|
|||
My machine goes to sleep causing `Broken pipe`
|
||||
----------------------------------------------
|
||||
|
||||
When backing up your data over the network, your machine should not go to sleep.
|
||||
On macOS you can use `caffeinate` to avoid that.
|
||||
While backing up your data over the network, your machine should not go to sleep.
|
||||
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 restore huge file(s) over an unstable connection?
|
||||
-----------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue