This bash script creates checksum files for each subdirectory and the files within.
If the script is run, and there are no changes, then there is no output. This makes it safe to put into a cronjob without fear of getting spammed.
Output can be forced with a “-d” flag.
Requires “md5sum” package to compute checksums.
Syntax:
md5-all-dir.sh [-d] <directory>
Download
md5-all-dir.sh (4.1 KiB, 2,162 hits)
Continue reading