From 4a75a84bf3a2307d584eaac85786b916a8d70ebd Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 13 May 2026 23:34:45 +0200 Subject: [PATCH] docs: fix rst syntax error --- docs/faq.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/faq.rst b/docs/faq.rst index 29a958e5e..aee29f723 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -301,6 +301,7 @@ storage systems. To avoid or detect such issues, you should: - Periodically run ``borg check --verify-data REPO`` to verify that the stored data still matches its checksums. Note that this cannot detect if the data was already "garbage" when it was first stored. + .. _faq-integrityerror: I get an IntegrityError or similar - what now?