1
0
mirror of https://github.com/restic/restic.git synced 2024-06-30 08:20:55 +02:00
restic/internal/fuse
Michael Eischer caa17988a3 fuse: Redesign snapshot dirstruct
Cleanly separate the directory presentation and the snapshot directory
structure. SnapshotsDir now translates the dirStruct into a format
usable by the fuse library and contains only minimal special case rules.
All decisions have moved into SnapshotsDirStructure which now creates a
fully preassembled tree data structure.
2022-08-07 12:13:06 +02:00
..
dir.go repository: extract LoadTree/SaveTree 2022-07-17 13:11:28 +02:00
file.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
fuse_test.go repository: extract LoadTree/SaveTree 2022-07-17 13:11:28 +02:00
link.go Report symlink sizes from FUSE mount 2022-03-13 16:48:35 +01:00
other.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
root.go Make snapshots dirs in mount command customizable 2022-08-05 23:46:46 +02:00
snapshots_dir.go fuse: Redesign snapshot dirstruct 2022-08-07 12:13:06 +02:00
snapshots_dirstruct_test.go fuse: Redesign snapshot dirstruct 2022-08-07 12:13:06 +02:00
snapshots_dirstruct.go fuse: Redesign snapshot dirstruct 2022-08-07 12:13:06 +02:00