mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 16:34:32 +01:00
c69ebd3806
cmd subdir does not build on purpose, it's only left in tree to grab old code and move it to github.com/zrepl/zrepl/daemon
28 lines
611 B
YAML
28 lines
611 B
YAML
jobs:
|
|
- type: sink
|
|
name: "laptop_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"
|
|
client_cn: "laptop1"
|
|
global:
|
|
logging:
|
|
- type: "tcp"
|
|
address: "123.123.123.123:1234"
|
|
retry_interval: 10s
|
|
tls:
|
|
ca: "ca.pem"
|
|
cert: "cert.pem"
|
|
key: "key.pem"
|
|
level: "warn"
|
|
format: "human"
|
|
control:
|
|
sockpath: /var/run/zrepl/control
|
|
serve:
|
|
stdinserver:
|
|
sockdir: /var/run/zrepl/stdinserver |