]> arthur.barton.de Git - bup.git/commit
save-cmd.py: hashsplit .bupm metadata files.
authorRob Browning <rlb@defaultvalue.org>
Fri, 4 Apr 2014 19:29:24 +0000 (14:29 -0500)
committerRob Browning <rlb@defaultvalue.org>
Thu, 10 Apr 2014 21:08:36 +0000 (16:08 -0500)
commitee777400cf624b4f7a24b15614c2b6c745560dcb
tree4a26efd70fccc86d80fc73ed53c004776e14b0e6
parent458051fe66179667b88b84cf31596c21d3b0f05a
save-cmd.py: hashsplit .bupm metadata files.

Previously the metdata for each directory's content was being written
as a single blob, with no deduplication -- probably not what we want.
Fix it.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
cmd/save-cmd.py
lib/bup/vfs.py