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.
pull/175/head
ninjabenji 3 years ago committed by GitHub
parent 8b74a98836
commit 79164e3de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save