2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 23:28:32 +00:00

12 lines
471 B
Plaintext
Raw Normal View History

2018-01-28 09:36:55 +01:00
Bugfix: backup: Remove bandwidth display
This commit removes the bandwidth displayed during backup process. It is
misleading and seldom correct, because it's neither the "read
2018-01-28 09:36:55 +01:00
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