mirror of
https://github.com/zrepl/zrepl.git
synced 2025-02-16 18:30:54 +01:00
16 lines
276 B
YAML
16 lines
276 B
YAML
|
type: sink
|
||
|
replication:
|
||
|
root_dataset: "pool2/backup_laptops"
|
||
|
serve:
|
||
|
type: tls
|
||
|
listen: "192.168.122.189:8888"
|
||
|
ca: "ca.pem"
|
||
|
cert: "cert.pem"
|
||
|
key: "key.pem"
|
||
|
global:
|
||
|
logging:
|
||
|
- outlet:
|
||
|
type: "syslog"
|
||
|
level: "warn"
|
||
|
format: "human"
|