1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix backup persist settings

This commit is contained in:
RGBCube 2024-10-17 12:35:57 +03:00
parent 07b521b441
commit ed17966d6f
No known key found for this signature in database

View file

@ -12,10 +12,9 @@ serverSystemConfiguration {
initialize = true; initialize = true;
pruneOpts = [ pruneOpts = [
"--keep-daily unlimited" "--keep-daily 7"
"--keep-weekly unlimited" "--keep-weekly 4"
"--keep-monthly 6" "--keep-monthly 12"
"--keep-yearly 12"
]; ];
}); });
}; };