mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 16:34:32 +01:00
14 lines
269 B
YAML
14 lines
269 B
YAML
jobs:
|
|
- type: sink
|
|
name: "laptop_sink"
|
|
root_fs: "pool2/backup_laptops"
|
|
serve:
|
|
type: tls
|
|
listen: "192.168.122.189:8888"
|
|
ca: "ca.pem"
|
|
cert: "cert.pem"
|
|
key: "key.pem"
|
|
client_cns:
|
|
- "laptop1"
|
|
- "homeserver"
|