Skip to content

Commit

Permalink
SQUASHME added changelog file
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
  • Loading branch information
ifedorenko committed Feb 14, 2020
1 parent 430e058 commit c83044f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions changelog/unreleased/pull-2195
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Enhancement: simplified and improved restore implementation

Significantly improves restore performance of large files (i.e. 50M+)
https://github.com/restic/restic/issues/2074
https://forum.restic.net/t/restore-using-rclone-gdrive-backend-is-slow/1112/8
https://forum.restic.net/t/degraded-restore-performance-s3-backend/1400

Fixes "not enough cache capacity" error during restore
https://github.com/restic/restic/issues/2244

Note that the new implementation does not guarantee order in which blobs
are written to the target files and, for example, the last blob of a file
can be written to the file before any of the preceeding file blobs.
It is therefore possible to have gaps in the data written to the target
files if restore fails or interrupted by the user.

https://github.com/restic/restic/pull/2195

0 comments on commit c83044f

Please sign in to comment.