diff --git a/infra/borgmatic.md b/infra/borgmatic.md new file mode 100644 index 0000000..e884273 --- /dev/null +++ b/infra/borgmatic.md @@ -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 +```