Add warning about location names.

Location names need to be lower case in order to work properly.
pull/175/head
ninjabenji 3 years ago committed by GitHub
parent a3e539b0b7
commit b4cc0f0ab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,7 @@
Locations can be seen as the input to the backup process. Generally this is simply a folder. 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. 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 ```yaml | .autorestic.yml
version: 2 version: 2

Loading…
Cancel
Save