1
Fork 0
mirror of https://github.com/RGBCube/NCC synced 2025-05-14 03:54:59 +00:00

fix: don't keep backups for too long

This commit is contained in:
RGBCube 2025-04-30 15:06:46 +03:00
parent 3553d8dfa7
commit 65f45c7151
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ in{
pruneOpts = [
"--keep-daily 7"
"--keep-weekly 4"
"--keep-monthly 12"
"--keep-monthly 3"
];
});
}