mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-01-06 15:16:26 +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
|