update the quick guide

This commit is contained in:
cupcakearmy 2021-04-21 09:27:35 +02:00
parent 873170c6d1
commit 89e32c298c
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 5 additions and 4 deletions

View File

@ -24,11 +24,11 @@ For a quick overview:
```yaml | .autorestic.yml
locations:
- name: home
home:
from: /home/me
to: remote
- name: important
important:
from: /path/to/important/stuff
to:
- remote
@ -39,8 +39,9 @@ backends:
type: s3
path: 's3.amazonaws.com/bucket_name'
key: some-random-password-198rc79r8y1029c8yfewj8f1u0ef87yh198uoieufy
AWS_ACCESS_KEY_ID: account_id
AWS_SECRET_ACCESS_KEY: account_key
env:
AWS_ACCESS_KEY_ID: account_id
AWS_SECRET_ACCESS_KEY: account_key
- name: hdd
type: local