Is there a tool where I can compare multiple copies of the same file in different directories / hard drives to check if files got corrupted?
Is there a tool where I can compare multiple copies of the same file in different directories / hard drives to check if files got corrupted?
You could do a dry run with rsync and see what it reports needs update.
I think you’d have to force it to use checksums instead of time stamps.