cmd: mapfilter: support rejecting mappings

breaking config
This commit is contained in:
Christian Schwarz
2017-09-16 19:42:42 +02:00
parent e70b6f3071
commit 36b66f6fd7
5 changed files with 59 additions and 27 deletions

View File

@ -29,8 +29,9 @@ jobs:
# snapshot these filesystems every 10m with zrepl_ as prefix
datasets: {
"zroot/var/db<": ok,
"zroot/usr/home<": omit,
"zroot/var/db<": "ok",
"zroot/usr/home<": "ok",
"zroot/var/tmp": "!", #don't backup /tmp
}
snapshot_prefix: zrepl_
interval: 10m