From 3b630d9998e77ac3ef24e45fd634a3492374bcf2 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 23 Apr 2022 11:43:45 +0200 Subject: [PATCH] add missing streamPacks changelog --- changelog/unreleased/pull-3484 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/unreleased/pull-3484 diff --git a/changelog/unreleased/pull-3484 b/changelog/unreleased/pull-3484 new file mode 100644 index 000000000..be95e3283 --- /dev/null +++ b/changelog/unreleased/pull-3484 @@ -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