github.com/mckael/restic@v0.8.3/changelog/0.8.2_2018-02-17/pull-1595 (about) 1 Bugfix: backup: Remove bandwidth display 2 3 This commit removes the bandwidth displayed during backup process. It is 4 misleading and seldomly correct, because it's neither the "read 5 bandwidth" (only for the very first backup) nor the "upload bandwidth". 6 Many users are confused about (and rightly so), c.f. #1581, #1033, #1591 7 8 We'll eventually replace this display with something more relevant when 9 the new archiver code is ready. 10 11 https://github.com/restic/restic/pull/1595