restic/internal/restorer
Igor Fedorenko f17ffa0283 restorer: Allow writing target file blobs out of order
Much simpler implementation that guarantees each required pack
is downloaded only once (and hence does not need to manage
pack cache). Also improves large file restore performance.

Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2020-02-26 16:14:45 +01:00
..
doc.go restorer: Allow writing target file blobs out of order 2020-02-26 16:14:45 +01:00
filerestorer.go restorer: Allow writing target file blobs out of order 2020-02-26 16:14:45 +01:00
filerestorer_test.go restorer: Allow writing target file blobs out of order 2020-02-26 16:14:45 +01:00
fileswriter.go restorer: Allow writing target file blobs out of order 2020-02-26 16:14:45 +01:00
fileswriter_test.go restorer: Allow writing target file blobs out of order 2020-02-26 16:14:45 +01:00
restorer.go restorer: Allow writing target file blobs out of order 2020-02-26 16:14:45 +01:00
restorer_test.go restorer: Optimize empty file restore 2018-10-14 17:39:42 +02:00
restorer_unix_test.go restorer: Optimize empty file restore 2018-10-14 17:39:42 +02:00