[SOLVED] Making 2 very large folders exactly the same

jaged

Distinguished
Aug 17, 2011
197
5
20,245
Hey there, not sure if this is the right place to post this.

I want to make my Pictures folder on C: & my backup on F: the exact same(they aren't right now)

The F: drive pics is 133 GB with 22k+ files and 212 folders whereas C: drive pics is 141 GB with 21k+ files and 225 folders.

Is there a way to copy only the pics from C: to F: without having to copy the duplicates? I don't want any pics over-written on F: in case there are ones there I don't have on C:

I know cleaning up pics folders is a huge rabbit hole & I am honestly overwhelmed by it.

Any help is greatly appreciated.

Thanks.
 
Solution
If you're sure there are no different pictures with the same name, a simple copy-paste will do the job. When it encounters an existing file that has the same name as the one that's next in queue, it will warn you and you have the option to skip that one. Choose to do the same thing for all subsequent files.

Eximo

Titan
Ambassador
The simple methods come down to file names. If you are sure they are all unique you can just try merging one folder onto another. If you know there are duplicates, then you are going to have to go through them.

There are deduplication programs out there if you want to trim them down.

There are certainly tricks you could use in powershell or vbscript to modify the files into uniques, by say reading file attributes out and adding them to the filename, then merging. Really depends on the content, if they share attributes, that would make it difficult.
 

Pimpom

Distinguished
May 11, 2008
465
31
18,940
If you're sure there are no different pictures with the same name, a simple copy-paste will do the job. When it encounters an existing file that has the same name as the one that's next in queue, it will warn you and you have the option to skip that one. Choose to do the same thing for all subsequent files.
 
Solution
Your task will be complicated by these questions:

Do the duplicates on F and C have the same name?

Are there files that appear identical, but are of different size or quality?

Dupe detectors can help, but they are not highly accurate. You'll have to actually eyeball them side by side in the detector and then decide which to delete. You can be deceived and actually delete the superior version.