Add warning about location names.

Location names need to be lower case in order to work properly.
This commit is contained in:
ninjabenji 2022-04-07 10:32:17 +01:00 committed by GitHub
parent a3e539b0b7
commit b4cc0f0ab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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