From 79164e3de0c3d52f3b821b2d6493a0f39e855f06 Mon Sep 17 00:00:00 2001 From: ninjabenji <76439609+ninjabenji@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:28:25 +0100 Subject: [PATCH] Add lower case warning for backend name If uppercase characters are used in a backend name a check (and I assume other actions) will fail. --- docs/markdown/backend/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/markdown/backend/overview.md b/docs/markdown/backend/overview.md index 0c2092a..ca7de86 100644 --- a/docs/markdown/backend/overview.md +++ b/docs/markdown/backend/overview.md @@ -1,6 +1,7 @@ # 💽 Backends Backends are the outputs of the backup process. Each location needs at least one. +Note: names of backends MUST be lower case! ```yaml | .autorestic.yml version: 2