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

Add lower case warning for backend name
This commit is contained in:
Nicco 2022-04-07 11:51:13 +02:00 committed by GitHub
commit 8112aceb30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

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

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