mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 22:58:26 +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.