NAME

babarchive_check_one - verify that one babarchive is correct

SYNOPSIS

babarchive_check_one [-a ALG] [-q]

DESCRIPTION

Babarchive_check_one checks a babarchive (a babarchive-checksumed directory tree), verifying that all files match the archive’s checksum.

Default location to check: the current directory.

Outputs a line for each valid file, or nothing if -q for quiet.

Exits with an error (non-zero status) if the archive fails to validate.

OPTIONS

-a ALG
select checksum algorithm: sha256 (default), sha512, sha1, md5
-q
enable quiet mode, suppressing all output on correct operation

AUTHOR

Written by John Heidemann and Yuri Pradkin.

COPYRIGHT

Copyright (C) 2001-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_all (1), babarchive_prep_one (1)