restic/internal/fuse
Michael Eischer 3d29083e60 copy/find/ls/recover/stats: Memorize snapshot listing before index
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.
2022-04-09 12:26:30 +02:00
..
dir.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
file.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
fuse_test.go Move Blobcache into dedicated internal package 2021-09-24 15:45:00 +02:00
link.go Report symlink sizes from FUSE mount 2022-03-13 16:48:35 +01:00
meta_dir.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
other.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
root.go Move Blobcache into dedicated internal package 2021-09-24 15:45:00 +02:00
snapshots_dir.go copy/find/ls/recover/stats: Memorize snapshot listing before index 2022-04-09 12:26:30 +02:00