mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-01-03 14:24:26 +01:00
13 lines
159 B
YAML
13 lines
159 B
YAML
|
version: 2
|
||
|
|
||
|
locations:
|
||
|
caddy_data:
|
||
|
from: /data/caddy_data
|
||
|
to:
|
||
|
- foo
|
||
|
cron: '* * * * *'
|
||
|
|
||
|
backends:
|
||
|
foo:
|
||
|
type: local
|
||
|
path: /backup
|