# 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 ```