1
Fork 0
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:
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 = [ pruneOpts = [
"--keep-daily 7" "--keep-daily 7"
"--keep-weekly 4" "--keep-weekly 4"
"--keep-monthly 12" "--keep-monthly 3"
]; ];
}); });
} }