Duplicate finder help or alternatives

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
getho
Posts: 20
Joined: Thu Oct 13, 2011 5:01 am

Duplicate finder help or alternatives

Post by getho »

I want to compare 2 drives. I just want to find the dupes that exist on both drives, not the dupes that exist on same drive.

There will be hundreds of files in a folder that will be duplicated, but the folder names and paths may be different. It's way too laborious to go through each one. I need to be able to see that the file on X: has the same name and size as the one on Y: and delete all of the duped files on Y.

All of the de-dupers I've looked at have the same paradigm for looking at the dupes: a filelist with sortable columns. What I need is more like free file sync or syncback, where I can specify a master drive where nothing is deleted.

Any suggestions (or ways I can wrangle everything to do what I need?)
void
Developer
Posts: 15464
Joined: Fri Oct 16, 2009 11:31 pm

Re: Duplicate finder help or alternatives

Post by void »

Everything doesn't have an option to compare folders yet.

A compare folder feature is in development.

Thank you for the suggestion.
getho
Posts: 20
Joined: Thu Oct 13, 2011 5:01 am

Re: Duplicate finder help or alternatives

Post by getho »

That's awesome 🤩

Fyi I found an app that has the sort of UI I was talking about, if you're interested. (But it lacks the mft speed of everything!) Called beyond compare. It has the option to ignore folder structure but can stil be sorted by path so it's super easy to see if there's an entire folder of duplicates.
horst.epp
Posts: 1350
Joined: Fri Apr 04, 2014 3:24 pm

Re: Duplicate finder help or alternatives

Post by horst.epp »

getho wrote: Mon Feb 27, 2023 7:42 am That's awesome 🤩

Fyi I found an app that has the sort of UI I was talking about, if you're interested. (But it lacks the mft speed of everything!) Called beyond compare. It has the option to ignore folder structure but can stil be sorted by path so it's super easy to see if there's an entire folder of duplicates.
For a dir compare or sync there is no real need for the Everything speed.
Most file managers have a dir compare or sync function.
I use Total Commander and sometimes Beyond Compare inside of TC for this.
getho
Posts: 20
Joined: Thu Oct 13, 2011 5:01 am

Re: Duplicate finder help or alternatives

Post by getho »

It's not a dir sync. Read my OP. Its looking for duplicate files (in my case comparing 2 24tb volumes)
horst.epp
Posts: 1350
Joined: Fri Apr 04, 2014 3:24 pm

Re: Duplicate finder help or alternatives

Post by horst.epp »

getho wrote: Mon Feb 27, 2023 9:13 am It's not a dir sync. Read my OP. Its looking for duplicate files (in my case comparing 2 24tb volumes)
Still the same comment :)
Doing that on 1TB volume with Total commander and speed is not the problem.
Btw. TC uses Everything for its searches.
More importand are the options what to do with the duplicates found and the handling
of how to select which ones should be left.
For me the handling of such operations are much to complicated in Everything in the current version.
______________________________________________________
Windows 11 Home x64 Version 22H2 (OS Build 22621.1265)
Everything 1.5.0.1338a (x64)
Everything Toolbar 1.0.3.0
TC 10.52
getho
Posts: 20
Joined: Thu Oct 13, 2011 5:01 am

Re: Duplicate finder help or alternatives

Post by getho »

horst.epp wrote: Mon Feb 27, 2023 10:49 am
Doing that on 1TB volume with Total commander and speed is not the problem.
Congrats! With the software I was talking about, though, it was slow and the existing dupe finding in everything was much quicker. If it can be quicker, why not make it so?
therube
Posts: 4639
Joined: Thu Sep 03, 2009 6:48 pm

Re: Duplicate finder help or alternatives

Post by therube »

No idea if it would work, but...


<C: | E:> dupe:name;size
save that to a filelist, duplist

break that duplist into 2 lists, clist & elist
clist has only C: items, dlist has only D: items
(grep "^\"C:" duplist > clist
grep "^\"D:" duplist > dlist)

load clist
<C:> unique:name;size
save that as clist2

load elist
<E:> unique:name;size
save that as elist2

merge those 2 lists together, c2+e2[ list ]
open that in Everything

dupe:name;size

with that, any E:'s would be dup'd in name/size to something on C:
sort by Path, select all your E:'s...

?


Again, no idea if this would pan out, so test, test, test again, & then verify, a few times...
therube
Posts: 4639
Joined: Thu Sep 03, 2009 6:48 pm

Re: Duplicate finder help or alternatives

Post by therube »

free file sync or syncback
The problem with FFS (probably syncback too ?) is that they deal with directory pairs, not random files strewn about, wherever.
NotNull
Posts: 5296
Joined: Wed May 24, 2017 9:22 pm

Re: Duplicate finder help or alternatives

Post by NotNull »

Maybe take a look at Easy Duplicate Finder.

(mentioned on this forum here)
therube
Posts: 4639
Joined: Thu Sep 03, 2009 6:48 pm

Re: Duplicate finder help or alternatives

Post by therube »

So with a name+size search, it wasn't as bad as I would have thought.
2 minutes.
And straight forward to select the wanted "dups" (based on name+size - ONLY).

Name & Size search
Compare only between difference source folders (those being C: & E:)
Set C: to "Protected" (so it won't allow me to delete anything from C:)

Once files found

Select all name+size dups on E:

The it's simply a matter of telling it to delete them ;-).

Code: Select all

02/28/2023 02:55:54 PM - AllDup 4.5.31 PE
02/28/2023 02:55:54 PM - Search method: File name + File size
02/28/2023 02:55:54 PM - Comparison method: Compare all characters of a file name
02/28/2023 02:55:54 PM - 1.Source folder: C:
02/28/2023 02:55:54 PM - 2.Source folder: E:
02/28/2023 02:55:54 PM - Option: Compare only files between different source folders
02/28/2023 02:55:54 PM - Folder filter activated: 7
02/28/2023 02:55:54 PM - Filter type: Exclusive
02/28/2023 02:55:54 PM - 1.folder filter: e:\windows
02/28/2023 02:55:54 PM - 2.folder filter: e:\program files (x86)
02/28/2023 02:55:54 PM - 3.folder filter: e:\program files
02/28/2023 02:55:54 PM - 4.folder filter: ?:\system volume information
02/28/2023 02:55:54 PM - 5.folder filter: ?:\recycled
02/28/2023 02:55:54 PM - 6.folder filter: ?:\recycler
02/28/2023 02:55:54 PM - 7.folder filter: ?:\$recycle.bin
02/28/2023 02:55:54 PM - Determine file count of all source folders...
02/28/2023 02:56:39 PM - File count: 902,173
02/28/2023 02:56:39 PM - Scan: C:
02/28/2023 02:57:39 PM - Folders filtered: 2
02/28/2023 02:57:39 PM - Scan: E:
02/28/2023 02:57:43 PM - Folders filtered: 5
02/28/2023 02:57:43 PM - Found 11,238 duplicates with a total of 8.02 GB inside folder 'C:'
02/28/2023 02:57:43 PM - Found 2,517 duplicates with a total of 6.26 GB inside folder 'E:'
02/28/2023 02:57:44 PM - Scanned files: 902,173
02/28/2023 02:57:44 PM - Groups: 1,544
02/28/2023 02:57:44 PM - File comparison count: 6,141,452
02/28/2023 02:57:44 PM - Duplicates: 13,755 (1%) (14.28 GB)
02/28/2023 02:57:44 PM - Elapsed time: 00:01:49
.
AllDup Name+Size, Protect C, Delete E.png
AllDup Name+Size, Protect C, Delete E.png (111.01 KiB) Viewed 2051 times
.

(Now, do realize that with my overly broad search, Name+Size is hardly sufficient for determining what should or should not be deleted.)
Post Reply