Merge pull request #175 from ninjabenji/ninjabenji-backend-name-warning

Add lower case warning for backend name
pull/176/head
Nicco 3 years ago committed by GitHub
commit 8112aceb30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,8 @@
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

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

Loading…
Cancel
Save