mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 08:23:50 +01:00
15 lines
217 B
YAML
15 lines
217 B
YAML
|
jobs:
|
||
|
- name: snapjob
|
||
|
type: snap
|
||
|
filesystems: {
|
||
|
"tank<": true,
|
||
|
}
|
||
|
snapshotting:
|
||
|
type: cron
|
||
|
prefix: zrepl_snapjob_
|
||
|
cron: "*/5 * * * *"
|
||
|
pruning:
|
||
|
keep:
|
||
|
- type: last_n
|
||
|
count: 60
|