]> arthur.barton.de Git - bup.git/commit - t/test.sh
cmd/split: add a new --keep-boundaries option.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 12:07:33 +0000 (05:07 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 12:43:59 +0000 (05:43 -0700)
commitb26f361cd6210d746e9764140630c87dc23f3da5
tree06f70fbd73184ace74f7588e0620111cedfd5ffc
parent3d92367f47bbf426abafd9409367f0b704fbc2d9
cmd/split: add a new --keep-boundaries option.

If you provide multiple input files on the command line, sometimes you want
to merge them togther into a single file before re-chunking them (the
default).  But sometimes you want all the files to be treated separately for
chunking purposes, ie. when you know that some of the files will never
change so there's never any point in merging it with previous/subsequent
files.

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