drdo / redu

ncdu for your restic repository
https://github.com/drdo/redu
MIT License
36 stars 2 forks source link

Feature request: Allow limiting snapshots #79

Open mika-fischer opened 1 month ago

mika-fischer commented 1 month ago

Awesome tool!

However, we have a very large backup here where the data doesn't change much. It takes ages to sync the first time.

So to speed up the processing, it would be nice to be able to limit redu to the latest snapshot.

drdo commented 1 month ago

It might make sense to add a --last n option similar to restic's --keep-last to make redu consider only the last n snapshots.