From 08b0b52cfee85b34ce285450ea87e4c61cd57576 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sat, 1 Nov 2025 15:13:17 +0100 Subject: [PATCH] restic: fix doc section level --- modules/blocks/restic/docs/default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blocks/restic/docs/default.md b/modules/blocks/restic/docs/default.md index 5209a81..4520b07 100644 --- a/modules/blocks/restic/docs/default.md +++ b/modules/blocks/restic/docs/default.md @@ -142,7 +142,7 @@ This assumes you have access to such a remote S3 store, for example by using [Ba } ``` -## Multiple directories to multiple destinations {#blocks-restic-usage-multiple} +### Multiple directories to multiple destinations {#blocks-restic-usage-multiple} The following snippet shows how to configure backup of any number of folders to 3 repositories, each happening at different times to avoid I/O contention.