Remove months as a possible time interval unit as it is too volatile.

Thanks to @erdgeist for pointing that out.

refs #2
This commit is contained in:
Christian Schwarz
2017-07-09 00:38:16 +02:00
parent 5afbedbd87
commit d1999fc17c
3 changed files with 49 additions and 31 deletions
+2 -2
View File
@@ -96,7 +96,7 @@ prune:
clean_backups:
policy: grid
grid: 6x10min | 24x1h | 7x1d | 32 x 1d | 4 x 3mon
grid: 6x10m | 24x1h | 7x1d | 5 x 1w | 4 x 5w
dataset_filter: {
"tank/backups/*": ok
}
@@ -106,7 +106,7 @@ prune:
hfbak_prune: # cleans up after hfbak autosnap job
policy: grid
grid: 1x1min(keep=all)
grid: 1x1m(keep=all)
dataset_filter: {
"pool1*": ok
}