1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-26 01:27:43 +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
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

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"
]; ];
}); });
} }