mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 08:16:25 +00:00
sample config
This commit is contained in:
parent
8c8d48ccde
commit
59792316cb
18
config.sample.yml
Normal file
18
config.sample.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
locations:
|
||||||
|
home:
|
||||||
|
from: /home/myUser
|
||||||
|
to: remote
|
||||||
|
important:
|
||||||
|
from: /path/to/important/stuff
|
||||||
|
to:
|
||||||
|
- remote
|
||||||
|
- hdd
|
||||||
|
backends:
|
||||||
|
remote:
|
||||||
|
type: b2
|
||||||
|
path: 'myBucket:backup/home'
|
||||||
|
B2_ACCOUNT_ID: account_id
|
||||||
|
B2_ACCOUNT_KEY: account_key
|
||||||
|
hdd:
|
||||||
|
type: local
|
||||||
|
path: /mnt/my_external_storage
|
Loading…
Reference in New Issue
Block a user