mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
7c084014fa
When restic reads the backup from stdin, the number of bytes processed was always displayed as zero. The reason is that the UI for the archive uses the total bytes as returned by the scanner, which is zero for stdin. So instead we keep track of the real number of bytes processed and print that at the end. Closes #2136 |
||
---|---|---|
.. | ||
table | ||
termstatus | ||
backup.go | ||
message.go | ||
stdio_wrapper_test.go | ||
stdio_wrapper.go |