snapper: gc old snapshots more frequently

This commit is contained in:
2025-02-17 03:07:58 +00:00
parent dc0ad5ed20
commit e4fe5e0cd4

View File

@@ -34,4 +34,6 @@
# TIMELINE_LIMIT_MONTHLY = 0;
# TIMELINE_LIMIT_YEARLY = 0;
};
services.snapper.cleanupInterval = "2h"; # how frequently to gc snapshots no longer covered by the above policy (default: daily)
}