Taperssection.com

Gear / Technical Help => Post-Processing, Computer / Streaming / Internet Devices & Related Activity => Topic started by: Gutbucket on June 24, 2015, 01:00:35 PM

Title: ISO recommended file directory comparison/management tools for Win7/XP
Post by: Gutbucket on June 24, 2015, 01:00:35 PM
I'm going though my raw recording archives- backups stored on various hdds stored in multiple places, consolidating, cleaning things up, FLACing old non-compressed stuff, etc.  General archive/file management stuff.

It's a PITA looking for directory/file differences by using 'file properties' across large selected groups of directories, comparing the byte size of the two selections, slowly narrowing down the selections by half until I can locate where any differences actually lie.  Looking for a good tool which compares two selected ranges of directories and produces a list of all discrepancies between them.  Can anyone recommend a good file/directory comparison tool for Windows (7 / XP), preferably free/shareware?
Title: Re: ISO recommended file directory comparison/management tools for Win7/XP
Post by: chinariderstl on June 24, 2015, 07:49:16 PM
I could probably write something in Perl; it wouldn't be pretty, but it would get the job done. It would, of course, need to be run command line.

If interested, let me know.
Title: Re: ISO recommended file directory comparison/management tools for Win7/XP
Post by: if_then_else on June 26, 2015, 02:35:37 PM
There are lots of free / OpenSource diff & compare tools which will allow you to compare the contents of two directories.


If you're going to automate your cleanup tasks or if there are more specific requirements, I'd go with some Perl or Python script, too.
Title: Re: ISO recommended file directory comparison/management tools for Win7/XP
Post by: Gutbucket on June 26, 2015, 03:18:52 PM
Thanks to you both.

I'll check out the options linked above and see if that does the trick.