
BABARCHIVE
----------

What is it?
-----------

Babarchive is a set of tools to manage checksumming directory trees ("archives")
for long-term storage.
Run babarchive_prep_one on the root of each directory tree to build its checksum
in a .shasum.fsdb in the root (as well as .shasum files in each subdirectory).
We assume locate will these .shasum.fsdb files.
Run babarchive_check_all repeatedly to check several archives (all archives
when run enough times).

Or see https://ant.isi.edu/software/babarchive/

Installation
------------

Type
    make install

Override PREFIX (/usr), BINDIR ($PREFIX/bin), or LOCALSTATEDIR (/var) if you want.

Sorry, no autoconf nor perl MakeMaker.  I'm hoping that relative
uniformity of modern Unix systems and packaging obviates its need.

