Files
zrepl_patched/config/samples/local.yml
T
Christian Schwarz 1ce0c69e4f implement local replication using new local transport
The new local transport uses socketpair() and a switchboard based on
client identities.
The special local job type is gone, which is good since it does not fit
into the 'Active/Passive side ' + 'mode' concept used to implement the
duality of push/sink | pull/source.
2018-09-24 14:43:53 +02:00

29 lines
559 B
YAML

jobs:
- type: sink
name: "local_sink"
root_dataset: "storage/zrepl/sink"
serve:
type: local
- type: push
name: "backup_system"
connect:
type: local
client_identity: local_backup
filesystems: {
"system<": true,
}
snapshotting:
snapshot_prefix: zrepl_
interval: 10m
pruning:
keep_sender:
- type: not_replicated
- type: last_n
count: 10
keep_receiver:
- type: grid
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
keep_bookmarks: all