add missing streamPacks changelog

This commit is contained in:
Michael Eischer 2022-04-23 11:43:45 +02:00
parent 566ac11c65
commit 3b630d9998
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
Enhancement: Stream data in check and prune commands
`check --read-data` and `prune` downloaded data files into temporary files
which can end up being written to disk. This could cause a large amount of data
being written to disk. The pack files are now streamed which no longer needs
temporary files. Please note that uploads during `backup` and `prune` still
require temporary files.
https://github.com/restic/restic/pull/3484
https://github.com/restic/restic/issues/3710
https://github.com/restic/restic/pull/3717