mirror of
https://github.com/restic/restic.git
synced 2026-02-03 12:29:37 -05:00
This adds proper support for filenames that include directories. For example, `/foo/bar` would result in an error when trying to open `/foo`. The directory tree is now build upfront. This ensures let's the directory tree construction be handled only once. All accessors then only have to look up the constructed directory entries. |
||
|---|---|---|
| .. | ||
| doc.go | ||
| filerestorer.go | ||
| filerestorer_test.go | ||
| fileswriter.go | ||
| fileswriter_other_test.go | ||
| fileswriter_test.go | ||
| fileswriter_windows_test.go | ||
| hardlinks_index.go | ||
| hardlinks_index_test.go | ||
| restorer.go | ||
| restorer_test.go | ||
| restorer_unix.go | ||
| restorer_unix_test.go | ||
| restorer_windows.go | ||
| restorer_windows_test.go | ||
| sparsewrite.go | ||
| truncate_other.go | ||
| truncate_windows.go | ||