mirror of
https://github.com/restic/restic.git
synced 2026-01-04 05:59:55 -05:00
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.go | ||
| archiver_test.go | ||
| blob_saver.go | ||
| buffer.go | ||
| file_saver.go | ||
| index_uploader.go | ||
| scanner.go | ||
| scanner_test.go | ||
| testing.go | ||
| testing_test.go | ||
| tree.go | ||
| tree_saver.go | ||
| tree_test.go | ||