Clean up ZFS snapshots more frequently
This commit is contained in:
parent
ded7c7f8ee
commit
88ff6e36ef
|
@ -11,13 +11,13 @@
|
|||
};
|
||||
zetup = {
|
||||
"syscea/stateful/root" = {
|
||||
plan = "1day=>1hour,1month=>1day,1year=>1month";
|
||||
plan = "1day=>1hour,2week=>1day,1month=>1week,1year=>1month";
|
||||
recursive = true;
|
||||
mbuffer.enable = true;
|
||||
};
|
||||
|
||||
"syscea/stateful/home" = {
|
||||
plan = "1day=>1hour,1month=>1day,1year=>1month";
|
||||
plan = "1day=>1hour,2week=>1day,1month=>1week,1year=>1month";
|
||||
recursive = true;
|
||||
mbuffer.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue