mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 16:34:32 +01:00
2fbd9d8f8c
Co-authored-by: Christian Schwarz <me@cschwarz.com> fixes #235 close #265
22 lines
470 B
YAML
22 lines
470 B
YAML
jobs:
|
|
- name: pull_source
|
|
type: source
|
|
serve:
|
|
type: tcp
|
|
listen: "0.0.0.0:8888"
|
|
clients: {
|
|
"192.168.122.123" : "mysql01",
|
|
"192.168.122.42" : "mx01",
|
|
"2001:0db8:85a3::8a2e:0370:7334": "gateway",
|
|
"10.23.42.0/24": "cluster-*",
|
|
"fde4:8dba:82e1::/64": "san-*",
|
|
}
|
|
filesystems: {
|
|
"<": true,
|
|
"secret": false
|
|
}
|
|
snapshotting:
|
|
type: periodic
|
|
interval: 10m
|
|
prefix: zrepl_
|