From a5bfda12e66b2ce02a2e235ad8a877fafba1a240 Mon Sep 17 00:00:00 2001 From: TW Date: Wed, 13 May 2026 09:57:42 +0200 Subject: [PATCH] docs: add FAQ entry for SSH connection timeouts, fixes #5629 --- docs/faq.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 5e7b58340..812014143 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -225,6 +225,11 @@ ssh keys and different entries in ``authorized_keys`` is much easier and also maybe has less potential of things going wrong somehow. +My SSH connection breaks during a long borg operation. What now? +---------------------------------------------------------------- + +See the `Vorta documentation `_. + My machine goes to sleep causing `Broken pipe` ----------------------------------------------