This website is released under |
Update a checksum manifestThe Bash script update_manifest updates a checksum manifest of a folder when files are added or deleted. It avoids the necessity to calculate again the whole manifest. 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: $ update_manifest -h Usage: update_manifest -i <input_folder> [-m <input_manifest>] update_manifest -h | -x Options: -i input folder -m manifest file (default is '<input_folder>_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 update_manifest https://avpres.net/Bash_AVpres/ About: Abstract: Update a checksum manifest of a folder Version: 2024-05-18 $ A detailed manual page is installed together with the script ( 2024-05-15 |