Looking for app that can compare directory structure
I'm pretty concerned about using my thumb drive in some public/shared computer. Is there a portable tool/app out there that I can use to track the changes made to my thumb drive? What I want to do is: take snapshots of the file/dir structure of my thumb drive, compare and report on file/dir added, deleted, changed in between these two snapshots. I just need to know which file has been changed, I don't need to know what content has been changed.
I know I can use md5sum to track which file has been changed, but it can't track creation of file/dir. Anyone out there can help?