borg: reduce retention

This commit is contained in:
Simon Gardling 2025-07-24 21:50:05 -07:00
parent 0834ce4711
commit e9fe3fd22e
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -41,11 +41,11 @@
};
retention = {
keepHourly = 48;
keepHourly = 10;
keepDaily = 30;
keepWeekly = 26;
keepMonthly = 24;
keepYearly = 10;
keepWeekly = 8;
keepMonthly = 2;
keepYearly = 0;
};
};
};