]> arthur.barton.de Git - bup.git/commit
Basic cmd-fsck for checking integrity of packfiles.
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 30 Jan 2010 23:00:08 +0000 (18:00 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 31 Jan 2010 01:31:01 +0000 (20:31 -0500)
commita5de7ca1982696ca177769060f5b045551f817ca
tree809dba0b0e9493af893b3460df8c7b5cc5a0fc96
parent601cfeb1b48d06ae0f1957ec06a9a2fd63cc65b7
Basic cmd-fsck for checking integrity of packfiles.

It also uses the 'par2' command, if available, to automatically generate
redundancy data, or to use that data for repair purposes.

Includes handy unit test.
Makefile
cmd-fsck.py [new file with mode: 0755]
t/test.sh