mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-10-31 18:54:12 +01:00
remove sample
This commit is contained in:
parent
770c9dd7d4
commit
f9b04ea342
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,7 +3,8 @@ package-lock.json
|
|||||||
.idea
|
.idea
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
config.yml
|
|
||||||
bin
|
bin
|
||||||
lib
|
lib
|
||||||
data
|
data
|
||||||
|
|
||||||
|
.autorestic.yml
|
@ -1,18 +0,0 @@
|
|||||||
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