mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 12:57:53 +00:00
ca4af43c03
This commit changes the archiver so that low-level errors saving data to the repo are returned to the caller (instead of being handled by the error callback function). This correctly bubbles up errors like a full temp file system and makes restic abort early and makes all other worker goroutines exit. |
||
---|---|---|
.. | ||
archiver_test.go | ||
archiver.go | ||
blob_saver.go | ||
buffer.go | ||
file_saver.go | ||
index_uploader.go | ||
scanner_test.go | ||
scanner.go | ||
testing_test.go | ||
testing.go | ||
tree_saver.go | ||
tree_test.go | ||
tree.go |