mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 08:23:50 +01:00
31 lines
625 B
YAML
31 lines
625 B
YAML
|
|
jobs:
|
|
- type: sink
|
|
name: "local_sink"
|
|
root_fs: "storage/zrepl/sink"
|
|
serve:
|
|
type: local
|
|
listener_name: localsink
|
|
|
|
- type: push
|
|
name: "backup_system"
|
|
connect:
|
|
type: local
|
|
listener_name: localsink
|
|
client_identity: local_backup
|
|
filesystems: {
|
|
"system<": true,
|
|
}
|
|
snapshotting:
|
|
type: periodic
|
|
interval: 10m
|
|
prefix: zrepl_
|
|
pruning:
|
|
keep_sender:
|
|
- type: not_replicated
|
|
- type: last_n
|
|
count: 10
|
|
keep_receiver:
|
|
- type: grid
|
|
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
|
|
regex: "zrepl_.*" |