restic/internal
Alexander Neumann ca4af43c03 archiver: Return low-level errors
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.
2018-05-10 21:30:09 +02:00
..
archiver archiver: Return low-level errors 2018-05-10 21:30:09 +02:00
backend http backend: Parse the correct argument when loading --tls-client-cert 2018-04-30 15:21:09 -07:00
cache Add 'cache' command 2018-05-01 16:27:44 +02:00
checker Use new archiver code in tests 2018-04-25 14:42:45 +02:00
crypto
debug
errors
filter
fs fs: Add TestTempFile 2018-05-01 14:38:41 +02:00
fuse
hashing
index
limiter
list
migrations
mock
options
pack
repository repository: Improve buffer pooling 2018-04-22 11:37:05 +02:00
restic backup: Clean target paths before finding parent 2018-04-30 22:03:11 +02:00
test
textfile Add textfile 2018-05-01 14:38:59 +02:00
ui backup: Remove errored files from status display 2018-05-10 20:48:00 +02:00
worker