mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 05:04:13 +01:00
correction to B2 config in the example
This example was missing the `env:` block in YAML, which if missing, caused `autorestic check` to compain: ``` * 'Backends[remote]' has invalid keys: b2_account_id, b2_account_key```
This commit is contained in:
parent
77d47cc697
commit
d45949b028
@ -31,8 +31,9 @@ backends:
|
||||
remote:
|
||||
type: b2
|
||||
path: 'myBucket:backup/home'
|
||||
B2_ACCOUNT_ID: account_id
|
||||
B2_ACCOUNT_KEY: account_key
|
||||
env:
|
||||
B2_ACCOUNT_ID: account_id
|
||||
B2_ACCOUNT_KEY: account_key
|
||||
|
||||
hdd:
|
||||
type: local
|
||||
|
Loading…
Reference in New Issue
Block a user