borg: fix prune typo and add --stats
This commit is contained in:
parent
6c85340a7f
commit
845c075fed
3 changed files with 8 additions and 6 deletions
|
@ -234,10 +234,11 @@
|
|||
|
||||
prune.keep = {
|
||||
within = "1d";
|
||||
daily = "7d";
|
||||
daily = 7;
|
||||
weekly = 4;
|
||||
monthly = -1;
|
||||
};
|
||||
extraPruneArgs = ["--stats"];
|
||||
};
|
||||
|
||||
services.btrbk.instances.local = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue