Create downloads dataset without snapshotting

This commit is contained in:
2020-12-01 16:09:12 +01:00
parent 75c83a743e
commit 96285e4b11
2 changed files with 19 additions and 14 deletions

View File

@@ -9,18 +9,13 @@
compressed = true;
recvu = true;
};
pure = true;
zetup = {
"syscea/stateful/root" = {
plan = "1day=>1hour,2week=>1day,1month=>1week,1year=>1month";
recursive = true;
mbuffer.enable = true;
};
"syscea/stateful/root".plan =
"1day=>1hour,2week=>1day,1month=>1week,1year=>1month";
"syscea/stateful/home" = {
plan = "1day=>1hour,2week=>1day,1month=>1week,1year=>1month";
recursive = true;
mbuffer.enable = true;
};
"syscea/stateful/home".plan =
"1day=>1hour,2week=>1day,1month=>1week,1year=>1month";
};
};