mirror of
https://github.com/restic/restic.git
synced 2025-08-25 12:27:49 +00:00
Merge pull request #4605 from MichaelEischer/better-restorer-error-handling
Rework repository.StreamPacks & better restorer error handling
This commit is contained in:
8
changelog/unreleased/issue-4627
Normal file
8
changelog/unreleased/issue-4627
Normal file
@@ -0,0 +1,8 @@
|
||||
Enhancement: Improve reliability of backend operations
|
||||
|
||||
Restic now downloads pack files in large chunks instead of using a streaming
|
||||
download. This prevents failures due to interrupted streams. The `restore`
|
||||
command now also retries downloading individual blobs that cannot be retrieved.
|
||||
|
||||
https://github.com/restic/restic/issues/4627
|
||||
https://github.com/restic/restic/pull/4605
|
Reference in New Issue
Block a user