In snapshot.goPurgeSnapshots(), --keep-latest keeps only the single most recent snapshot across ALL snapshot names (e.g. "home", "system"). If you have:
system_2024-01-15
home_2024-01-14
system_2024-01-13
--keep-latest would keep only system_2024-01-15 and delete the latest home snapshot too.
Should support --keep-latest per snapshot name, and allow filtering purge to a specific snapshot name.
In `snapshot.go` `PurgeSnapshots()`, `--keep-latest` keeps only the single most recent snapshot across ALL snapshot names (e.g. "home", "system"). If you have:
- system_2024-01-15
- home_2024-01-14
- system_2024-01-13
`--keep-latest` would keep only `system_2024-01-15` and delete the latest `home` snapshot too.
Should support `--keep-latest` per snapshot name, and allow filtering purge to a specific snapshot name.
Ref: parent issue #1
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In
snapshot.goPurgeSnapshots(),--keep-latestkeeps only the single most recent snapshot across ALL snapshot names (e.g. "home", "system"). If you have:--keep-latestwould keep onlysystem_2024-01-15and delete the latesthomesnapshot too.Should support
--keep-latestper snapshot name, and allow filtering purge to a specific snapshot name.Ref: parent issue #1
Closing: resolved by PR #51 (merged).