From 11ab7c5ab5f0f575d0f991fcd6242db66c3f0843 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Fri, 8 Dec 2023 11:49:37 -0800 Subject: [PATCH] fix missing headers --- modules/blocks/backup/docs/default.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/modules/blocks/backup/docs/default.md b/modules/blocks/backup/docs/default.md index 575fedf..6bc087a 100644 --- a/modules/blocks/backup/docs/default.md +++ b/modules/blocks/backup/docs/default.md @@ -4,16 +4,14 @@ Defined in [`/modules/blocks/backup.nix`](@REPO@/modules/blocks/backup.nix). This block sets up backup jobs for Self Host Blocks. -## Features +## Features {#blocks-backup-features} Two implementations for this block are provided: - [Restic](https://restic.net/) - [Borgmatic](https://torsion.org/borgmatic/) No integration tests are provided yet. -## Configuration - -### One folder backed up to mounted hard drives +## One folder backed up to mounted hard drives {#blocks-backup-config-one} The following snippet shows how to configure backup of 1 folder using the Restic implementation to 1 repository. @@ -79,7 +77,7 @@ borgmatic: You can have both borgmatic and restic implementations working at the same time. -### One folder backed up to S3 +## One folder backed up to S3 {#blocks-backup-config-remote} > This is only supported by the Restic implementation. @@ -117,7 +115,7 @@ The Sops file has a new required field: + AWS_SECRET_ACCESS_KEY= ``` -### Multiple folder to multiple destinations +## Multiple folder to multiple destinations {#blocks-backup-config-multiple} The following snippet shows how to configure backup of any number of folders using the Restic implementation to 3 repositories, each happening at different times to avoid contending for I/O