mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
- Snapper's cleanup algorithms don't apply limits unless they are specified in the form of ranges. Changed all limit values in the configuration to ranges. - Also, all MIN_AGE values have been set to 0 to avoid the disk space filling up in case of a large number of snapshots generated in a very short amount of time. - FREE_LIMIT has been increased to 30% from the default 20% since backup archives also take up disk space on the root partition. Fixes #1435 Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>