Ajouter 'infra/borgmatic.md'
This commit is contained in:
parent
3ea3c5bbd5
commit
20d95958e1
1 changed files with 12 additions and 0 deletions
12
infra/borgmatic.md
Normal file
12
infra/borgmatic.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Borgmatic
|
||||
|
||||
Borgmatic is used to manage backups.
|
||||
|
||||
|
||||
## SSh timeout
|
||||
|
||||
Sometimes, there is broken pipe with ssh. Add the following to the `~/.ssh/config` file on the client:
|
||||
```
|
||||
Host *
|
||||
ServerAliveInterval 120
|
||||
```
|
Loading…
Reference in a new issue