From b4cc0f0ab1dc5d106f4cce80275286f8e1f3307e Mon Sep 17 00:00:00 2001 From: ninjabenji <76439609+ninjabenji@users.noreply.github.com> Date: Thu, 7 Apr 2022 10:32:17 +0100 Subject: [PATCH] Add warning about location names. Location names need to be lower case in order to work properly. --- docs/markdown/location/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/markdown/location/overview.md b/docs/markdown/location/overview.md index 1b3dd96..ccde261 100644 --- a/docs/markdown/location/overview.md +++ b/docs/markdown/location/overview.md @@ -3,6 +3,7 @@ Locations can be seen as the input to the backup process. Generally this is simply a folder. The paths can be relative from the config file. A location can have multiple backends, so that the data is secured across multiple servers. +Note: names of locations MUST be lower case! ```yaml | .autorestic.yml version: 2