2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-04 18:10:50 +00:00
restic/internal/restorer
Michael Eischer 2c310a526e repository: Replace StreamPack function with LoadBlobsFromPack method
LoadBlobsFromPack is now part of the repository struct. This ensures
that users of that method don't have to deal will internals of the
repository implementation.

The filerestorer tests now also contain far fewer pack file
implementation details.
2024-01-19 21:40:43 +01:00
..
doc.go Move changelog typo fixes to changelog files 2023-12-23 14:05:47 +01:00
filerestorer_test.go repository: Replace StreamPack function with LoadBlobsFromPack method 2024-01-19 21:40:43 +01:00
filerestorer.go repository: Replace StreamPack function with LoadBlobsFromPack method 2024-01-19 21:40:43 +01:00
fileswriter_test.go test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01:00
fileswriter.go Move PreallocateFile to fs package 2023-06-09 11:49:06 +03:00
hardlinks_index_test.go restorer: Make hardlink index generic 2023-10-27 23:40:42 +02:00
hardlinks_index.go Fix typos 2023-12-06 13:11:55 +01:00
restorer_test.go Fix typos 2023-12-06 13:11:55 +01:00
restorer_unix_test.go Replace lots of unused parameters with _ 2023-05-18 21:17:53 +02:00
restorer_windows_test.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00
restorer.go repository: Replace StreamPack function with LoadBlobsFromPack method 2024-01-19 21:40:43 +01:00
sparsewrite.go restorer: move zeroPrefixLen to restic package 2022-09-24 21:39:39 +02:00
truncate_other.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00
truncate_windows.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00