2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 08:00:48 +00:00
restic/internal/fuse
Michael Eischer 95a1bb4261 restic: Rework error handling of FindFilteredSnapshots and handle snapshotIDs
FindFilteredSnapshots no longer prints errors during snapshot loading on
stderr, but instead passes the error to the callback to allow the caller
to decide on what to do.

In addition, it moves the logic to handle an explicit snapshot list from
the main package to restic.
2022-10-15 13:31:26 +02:00
..
dir.go fuse: remove unused context parameter 2022-08-26 20:48:48 +02:00
file.go fuse: remove unused context parameter 2022-08-26 20:48:48 +02:00
fuse_test.go fuse: remove unused context parameter 2022-08-26 20:48:48 +02:00
link.go fuse: remove unused context parameter 2022-08-26 20:48:48 +02:00
other.go fuse: remove unused context parameter 2022-08-26 20:48:48 +02:00
root.go mount: Fix parent inode used by snapshots dir 2022-08-07 13:03:32 +02:00
snapshots_dir.go fuse: remove unused context parameter 2022-08-26 20:48:48 +02:00
snapshots_dirstruct_test.go mount: Map slashes in tags to underscores 2022-08-19 18:17:57 +02:00
snapshots_dirstruct.go restic: Rework error handling of FindFilteredSnapshots and handle snapshotIDs 2022-10-15 13:31:26 +02:00