1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-25 00:57: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 = [
"--keep-daily 7"
"--keep-weekly 4"
"--keep-monthly 12"
"--keep-monthly 3"
];
});
}