1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-02 12:34:10 +00:00
restic/internal/restorer
Michael Eischer 0fcd89f892 restorer: remove special case for blobs with many occurrences
Loading blobs by now is no longer prone to timeouts when processing
takes a long time.
2024-06-12 22:36:52 +02:00
..
doc.go fix some typos 2024-03-11 14:35:12 +08:00
filerestorer.go restorer: remove special case for blobs with many occurrences 2024-06-12 22:36:52 +02:00
filerestorer_test.go restore: let filerestorer also handle empty files 2024-06-12 22:36:52 +02:00
fileswriter.go restore: factor out file creation helper 2024-06-12 22:36:52 +02:00
fileswriter_test.go
hardlinks_index.go
hardlinks_index_test.go
restorer.go restore: move nil pointer check into restoreui 2024-06-12 22:36:52 +02:00
restorer_test.go Merge pull request #4705 from MichaelEischer/snapshot-statistics 2024-03-28 22:41:45 +01:00
restorer_unix_test.go Add tests for generic attribute changes 2024-02-22 17:55:50 -07:00
restorer_windows_test.go Add tests for generic attribute changes 2024-02-22 17:55:50 -07:00
sparsewrite.go
truncate_other.go
truncate_windows.go