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 gofmt all files 2022-08-19 19:12:26 +02:00
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 test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01:00
hardlinks_index.go restorer: extract hardlinks index from restic package 2022-07-17 13:45:42 +02:00
hardlinks_index_test.go restorer: extract hardlinks index from restic package 2022-07-17 13:45:42 +02:00
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 restore: support sparse restores also on windows 2022-09-24 21:39:39 +02: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