restic/internal/restorer
Alexander Weiss 91906911b0 Fix non-intuitive repository behavior
- The SaveBlob method now checks for duplicates.
- Moves handling of pending blobs to MasterIndex.
  -> also cleans up pending index entries when they are saved in the index
  -> when using SaveBlob no need to care about index any longer
- Always check for full index and save it when storing packs.
  -> removes the need of an index uploader
  -> also removes the verbose "uploaded intermediate index" messages
- The Flush method now also saves the index
- Fix race condition when checking and saving full/non-finalized indexes
2020-06-11 13:05:23 +02:00
..
doc.go restorer: Allow writing target file blobs out of order 2020-02-26 16:14:45 +01:00
filerestorer.go Fix sync.WaitGroup usage in restorer.fileRestorer 2020-02-27 00:07:49 +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 Fix non-intuitive repository behavior 2020-06-11 13:05:23 +02:00
restorer_unix_test.go restorer: Optimize empty file restore 2018-10-14 17:39:42 +02:00