1
0
mirror of https://github.com/restic/restic.git synced 2024-06-28 08:00:52 +02:00
restic/internal/ui
Alexander Neumann 7c084014fa Use processed bytes for summary
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
2019-01-06 13:15:23 +01:00
..
table ui/table: Add small package for writing tables 2018-08-19 21:39:35 +02:00
termstatus termstatus: detect and respect dumb terminals on Unix 2018-09-21 07:24:41 -04:00
backup.go Use processed bytes for summary 2019-01-06 13:15:23 +01:00
message.go Use new archiver code for backup 2018-04-28 22:08:11 +02:00
stdio_wrapper_test.go Use new archiver code for backup 2018-04-28 22:08:11 +02:00
stdio_wrapper.go Use new archiver code for backup 2018-04-28 22:08:11 +02:00