mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-01-07 23:56:25 +00:00
18 lines
298 B
YAML
18 lines
298 B
YAML
|
# 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
|