]> arthur.barton.de Git - bup.git/commit
cmd/split: fixup progress message, and print -b output incrementally.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 17 Feb 2011 11:10:23 +0000 (03:10 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Feb 2011 05:38:28 +0000 (21:38 -0800)
commita90f2ef771a19fcaf514aac9e7160674f1536eb0
tree47df927e899ff7689690004c902dc466e06ae18a
parenteb65206d3d1eada4c7c291ee7433c3bfad350373
cmd/split: fixup progress message, and print -b output incrementally.

As a side effect, you can no longer combine -b with -t, -c, or -n.  But that
was kind of a pointless thing to do anyway, because it silently enforced
--fanout=0, which is almost certainly not what you wanted, precisely if you
were using -t, -c, or -n.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/split-cmd.py
lib/bup/hashsplit.py
lib/bup/helpers.py
t/test.sh