Tool to Compare 2 directories and handle the files.
...Note the program cheqs FileName, FileSize, FileDate and (sub)directory. It does not compute md5 sums because that would make it extremely slow. Mind you i use this regular for directories with 2000 photos.
Based on Python, pygobject and gtk3.
+ Python-pillow if you want to compare 2 images.
No installation:
untar -xvzf CompareDir.tgz
where you want and run.
File/folder utility useful for comparing/mirroring directories
Full Docs: Download: JeevaX.Y.html
Compare folder contents:
jeeva --overlap/--mtime/--diff folder1 folder2
--overlap (see files that are in one or other folder, or common to both.)
--mtime (files that are newer, the same age, or older )
--diff (files whose content is identical or different)
Optionally can recursively descend to a specified depth or completely down folder tree comparing corresponding folders while descending.
--copy
for mirroring...