1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-18 13:31:08 +00:00
restic/internal/restorer
Michael Eischer 103beb96bc restore: separately restore blobs that are frequently referenced
Writing these blobs to their files can take a long time and consequently
cause the backend connection to time out. Avoid that by retrieving these
blobs separately.
2024-01-09 18:27:48 +01:00
..
doc.go
filerestorer.go restore: separately restore blobs that are frequently referenced 2024-01-09 18:27:48 +01:00
filerestorer_test.go restore: separately restore blobs that are frequently referenced 2024-01-09 18:27:48 +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