commit
732f728ff8
@ -0,0 +1,3 @@
|
|||||||
|
data*
|
||||||
|
repo*
|
||||||
|
.autorestic.lock
|
@ -0,0 +1,2 @@
|
|||||||
|
AUTORESTIC_REPOS_FOO_KEY=abc
|
||||||
|
AUTORESTIC_REPOS_FOO_ENV_B2__ACCOUNT__ID=abc
|
@ -0,0 +1,17 @@
|
|||||||
|
# yaml-language-server: $schema=../../schema/config.json
|
||||||
|
version: 3
|
||||||
|
|
||||||
|
repos:
|
||||||
|
foo:
|
||||||
|
type: local
|
||||||
|
path: ./repo
|
||||||
|
# key: foobar
|
||||||
|
# remote:
|
||||||
|
# type: rest
|
||||||
|
# path: https://${USER}:$PASS@example.org:8000/my_backup_repo/
|
||||||
|
# key: password
|
||||||
|
|
||||||
|
locations:
|
||||||
|
bar:
|
||||||
|
from: ./data
|
||||||
|
to: foo
|
Loading…
Reference in new issue