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.
This commit is contained in:
ninjabenji 2022-04-06 21:28:25 +01:00 committed by GitHub
parent 8b74a98836
commit 79164e3de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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