NAME

babarchive_prep_directories - checksum the directories of a babarchive

SYNOPSIS

babarchive_prep_directories [-a ALG] [-j N] [-n] [-x] directory

DESCRIPTION

Babarchive_prep_directories checksums each given directory (and its subdirectories) as the root and leaves of a new babarchive. Creating a .shasum in each directory listing all of its files.

Users should use babarchive_prep_one(1). This program is for internal use.

OPTIONS

-a ALG
select checksum algorithm: sha256 (default), sha512, sha1, md5
-j N
run N parallel sums concurrently (defaults to 4)

-n do not recurse

-x
exclude root (don’t checksum top level dir)

AUTHOR

Written by John Heidemann and Yuri Pradkin.

COPYRIGHT

Copyright (C) 1998-2016 by John Heidemann. License GPLv2 (only).

This program is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

babarchive (8), babarchive_check_one (1), babarchive_prep_one (1)