This website is released under |
Generate a checksum manifestThe Bash script make_manifest generates a checksum manifest of a folder or a file. The program is part of Bash AVpres, released under a 3-Clause BSD License and provided “as is” without warranty or support of any kind. DocumentationA short help message is embedded into the script: $ make_manifest -h Usage: make_manifest -i <input_path> [-o <output_file>] make_manifest -h | -x Options: -i input folder or file -o manifest file (default is '<input_path>_xxh128.txt') -h this help -x advanced options with their default arguments (local configuration file found and loaded) Dependency: xxhsum (default), md5sum, sha1sum, sha256sum, sha512sum or crc32 See also: man make_manifest https://avpres.net/Bash_AVpres/ About: Abstract: Make a checksum manifest of a folder or file Version: 2024-05-18 $ A detailed manual page is installed together with the script ( 2024-05-15 |