From 5379950c64819d127cc7a079a356a70ace454626 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 28 Jan 2018 09:36:55 +0100 Subject: [PATCH] Add entry to changelog --- changelog/0.8.2/pull-1595 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/0.8.2/pull-1595 diff --git a/changelog/0.8.2/pull-1595 b/changelog/0.8.2/pull-1595 new file mode 100644 index 000000000..81e0a8748 --- /dev/null +++ b/changelog/0.8.2/pull-1595 @@ -0,0 +1,11 @@ +Bugfix: backup: Remove bandwidth display + +This commit removes the bandwidth displayed during backup process. It is +misleading and seldomly correct, because it's neither the "read +bandwidth" (only for the very first backup) nor the "upload bandwidth". +Many users are confused about (and rightly so), c.f. #1581, #1033, #1591 + +We'll eventually replace this display with something more relevant when +the new archiver code is ready. + +https://github.com/restic/restic/pull/1595