borg: fix prune typo and add --stats

This commit is contained in:
cy 2024-12-26 05:43:57 -05:00
parent 6c85340a7f
commit 845c075fed
3 changed files with 8 additions and 6 deletions

View file

@ -234,10 +234,11 @@
prune.keep = {
within = "1d";
daily = "7d";
daily = 7;
weekly = 4;
monthly = -1;
};
extraPruneArgs = ["--stats"];
};
services.btrbk.instances.local = {