summaryrefslogtreecommitdiff
path: root/obnamlib/backup_progress.py
AgeCommit message (Collapse)AuthorFilesLines
2017-06-13Fix: Make "obnam forget" for GA delete unused chunksLars Wirzenius1-3/+4
2017-06-11Add: backupprogress.py unit testsLars Wirzenius1-28/+54
2015-12-12Make logging of exception clearer, with tracebackLars Wirzenius1-3/+1
Previously, having just the str(e) being printed was quite confusing. This now prints a more helpful traceback.
2015-11-06Make --quiet stop end-of-backup statistics to stdoutLars Wirzenius1-25/+28
2015-10-13Output final backup summary to stdoutLars Wirzenius1-10/+16
This avoids using ttystatus, since ttystatus doesn't provide anything useful for this.
2015-09-27Use multiline ttystatus when availableLars Wirzenius1-5/+16
2015-09-10Move backup progress reporting to its own moduleLars Wirzenius1-0/+156