1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-03 13:45:20 +00:00
restic/internal/restorer
Michael Eischer f2fafbffaa restore: only report errors for blobs that actually failed to load
Previously, errors would be reported for all blobs of a packfile that
failed to stream. Now, only the not yet processed blobs are reported.
2024-01-08 21:33:05 +01:00
..
doc.go
filerestorer.go restore: only report errors for blobs that actually failed to load 2024-01-08 21:33:05 +01:00
filerestorer_test.go restore: only report errors for blobs that actually failed to load 2024-01-08 21:33:05 +01:00
fileswriter.go Move PreallocateFile to fs package 2023-06-09 11:49:06 +03:00
fileswriter_test.go
hardlinks_index.go
hardlinks_index_test.go
restorer.go Remove unused context or testing parameters 2023-05-18 21:17:53 +02:00
restorer_test.go Remove unused context or testing parameters 2023-05-18 21:17:53 +02:00
restorer_unix_test.go Replace lots of unused parameters with _ 2023-05-18 21:17:53 +02:00
restorer_windows_test.go
sparsewrite.go
truncate_other.go
truncate_windows.go