]> arthur.barton.de Git - bup.git/commit
Add preliminary hardlink support for review.
authorRob Browning <rlb@defaultvalue.org>
Sat, 5 May 2012 17:45:01 +0000 (12:45 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 27 Jan 2013 22:00:23 +0000 (16:00 -0600)
commit7ccf0a9f15b5fc4bc0e257cda7658b72bd04b8a1
tree5c874800e1f4dde2ffbe4757e9fec1f0d0ae2106
parentf7830d63f195f6ff37fa5a55f9088625fc369aad
Add preliminary hardlink support for review.

Thanks to Tim Riemenschneider <git@tim-riemenschneider.de> for
pointing out a compatibility problem (with older versions of Python)
in an earlier version of this patch.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Reviewed-by: Zoran Zaric <zz@zoranzaric.de>
DESIGN
Documentation/bup-restore.md
cmd/index-cmd.py
cmd/restore-cmd.py
cmd/save-cmd.py
lib/bup/hlinkdb.py [new file with mode: 0644]
lib/bup/metadata.py
t/hardlink-sets [new file with mode: 0755]
t/test-meta.sh