1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-12 15:19:59 +00:00
restic/internal/restorer
Michael Eischer bfb56b78e1 replace some usages of restic.Repository with more specific interface
This should eventually make it easier to test the code.
2024-01-27 13:02:02 +01:00
..
doc.go Move changelog typo fixes to changelog files 2023-12-23 14:05:47 +01:00
filerestorer.go repository: Replace StreamPack function with LoadBlobsFromPack method 2024-01-19 21:40:43 +01:00
filerestorer_test.go repository: Replace StreamPack function with LoadBlobsFromPack method 2024-01-19 21:40:43 +01:00
fileswriter.go
fileswriter_test.go
hardlinks_index.go Fix typos 2023-12-06 13:11:55 +01:00
hardlinks_index_test.go restorer: Make hardlink index generic 2023-10-27 23:40:42 +02:00
restorer.go repository: Replace StreamPack function with LoadBlobsFromPack method 2024-01-19 21:40:43 +01:00
restorer_test.go replace some usages of restic.Repository with more specific interface 2024-01-27 13:02:02 +01:00
restorer_unix_test.go
restorer_windows_test.go
sparsewrite.go
truncate_other.go
truncate_windows.go