mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
Add changelog entry for PR #3508
This commit is contained in:
parent
fe04d024c7
commit
1ebcb1d097
10
changelog/unreleased/pull-3508
Normal file
10
changelog/unreleased/pull-3508
Normal file
@ -0,0 +1,10 @@
|
||||
Enhancement: Cache blobs read by the dump command
|
||||
|
||||
When dumping a file using the `restic dump` command, restic did not cache blobs
|
||||
in any way, so even consecutive runs of the same blob did get loaded from the
|
||||
repository again and again, slowing down the dump.
|
||||
|
||||
Now, the caching mechanism already used by the `fuse` command is also used by
|
||||
the `dump` command. This makes dumping much faster, especially for sparse files.
|
||||
|
||||
https://github.com/restic/restic/pull/3508
|
Loading…
Reference in New Issue
Block a user