12 lines
219 B
Markdown
12 lines
219 B
Markdown
# 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
|
|
```
|