2018-08-26 23:29:57 +02:00
|
|
|
|
|
|
|
jobs:
|
2018-09-24 14:43:53 +02:00
|
|
|
- type: sink
|
|
|
|
name: "local_sink"
|
2018-10-11 18:00:23 +02:00
|
|
|
root_fs: "storage/zrepl/sink"
|
2018-09-24 14:43:53 +02:00
|
|
|
serve:
|
|
|
|
type: local
|
2018-10-11 13:06:47 +02:00
|
|
|
listener_name: localsink
|
2018-08-26 23:29:57 +02:00
|
|
|
|
2018-09-24 14:43:53 +02:00
|
|
|
- type: push
|
|
|
|
name: "backup_system"
|
|
|
|
connect:
|
|
|
|
type: local
|
2018-10-11 13:06:47 +02:00
|
|
|
listener_name: localsink
|
2018-09-24 14:43:53 +02:00
|
|
|
client_identity: local_backup
|
|
|
|
filesystems: {
|
|
|
|
"system<": true,
|
|
|
|
}
|
|
|
|
snapshotting:
|
2018-10-11 15:22:52 +02:00
|
|
|
type: periodic
|
2018-09-24 14:43:53 +02:00
|
|
|
interval: 10m
|
2018-10-11 15:22:52 +02:00
|
|
|
prefix: zrepl_
|
2018-09-24 14:43:53 +02:00
|
|
|
pruning:
|
|
|
|
keep_sender:
|
|
|
|
- type: not_replicated
|
|
|
|
- type: last_n
|
|
|
|
count: 10
|
|
|
|
keep_receiver:
|
|
|
|
- type: grid
|
|
|
|
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
|
2018-09-24 17:30:03 +02:00
|
|
|
regex: "zrepl_.*"
|