]> arthur.barton.de Git - bup.git/commit - lib/bup/_helpers.c
cmd/split: print a progress counter.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 14:13:18 +0000 (07:13 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 14:33:51 +0000 (14:33 +0000)
commitb63d3e3da43d4a68d328518fcd3ae481334859b4
treeba0438921eab5cf3b3ba7965ac86190ba8c336cd
parent4de60c883ad65215fd64313e76a0c7751a4ce900
cmd/split: print a progress counter.

We don't know how many bytes we're going to split in total, but we can at
least print the total number of bytes we've seen so far.

Also fix cmd/random to *not* print progress messages by default, since my
test situation is
bup random 100M | bup split -b
and they scribble over each other when they both print progress output.  bup
random now gets a '-v' option.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Documentation/bup-random.md
cmd/random-cmd.py
cmd/split-cmd.py
lib/bup/_helpers.c
lib/bup/hashsplit.py