From 20d95958e19f99005370ca5d945760efb0c09556 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 9 Nov 2021 20:31:16 +0100 Subject: [PATCH] Ajouter 'infra/borgmatic.md' --- infra/borgmatic.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 infra/borgmatic.md 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 +```