Ajouter 'infra/borgmatic.md'

This commit is contained in:
Christian P. MOMON 2021-11-09 20:31:16 +01:00
parent 3ea3c5bbd5
commit 20d95958e1

12
infra/borgmatic.md Normal file
View 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
```