]> arthur.barton.de Git - bup.git/commit
Greatly improved progress reporting during index/save.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 4 Feb 2010 06:12:06 +0000 (01:12 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 4 Feb 2010 06:12:06 +0000 (01:12 -0500)
commit689b16257d8c15ee3733c764ccc5dfcf516bc416
tree44c44655d60fe3d3a9d657636a9715210ea6a8ff
parent9fd48a26dd9e4fab0b0353c8aafffdd161d0ad96
Greatly improved progress reporting during index/save.

Now that the index reading stuff is much faster, we can afford to waste time
reading through it just to count how many bytes we're planning to back up.

And that lets us print really friendly progress messages during bup save, in
which we can tell you exactly what fraction of your bytes have been backed
up so far.
cmd-fsck.py
cmd-index.py
cmd-save.py
git.py
hashsplit.py
helpers.py
index.py