mirror of
https://github.com/restic/restic.git
synced 2026-05-01 08:49:26 +00:00
3d29083e60
These commands filter the snapshots according to some criteria which essentially requires loading the index before filtering the snapshots. Thus create a copy of the snapshots list beforehand and use it later on.