mirror of
https://github.com/RGBCube/ncc
synced 2025-05-28 12:55:09 +00:00
fix: don't keep backups for too long
This commit is contained in:
parent
3553d8dfa7
commit
65f45c7151
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in{
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-daily 7"
|
"--keep-daily 7"
|
||||||
"--keep-weekly 4"
|
"--keep-weekly 4"
|
||||||
"--keep-monthly 12"
|
"--keep-monthly 3"
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue