Software to compare two directorys ??

Soldato
Joined
18 Oct 2002
Posts
10,078
Location
At home
Hi,

Our file server of about 400 Gb's had a 'slight' issue a few weeks ago and a load of old stale data was introduced into it. Now there is about 500 Gb's ( long story !! )

I've been given the fun task if going through and finding out where this data is and deleting it.

Plan is to restore an antire backup when it was 400 Gb and then compare it to the live 500 Gb file server. Any folders which are new but not recently created I need to delete,

Best tool to do it ? Know about Synctoy but is there something 'better' willing to pay for it as for business needs.
 
robocopy /MIR "c:\source folder" "d:\destination folder"


or

robocopy /PURGE /E "c:\source folder" "d:\destination folder"


test both to see which does it (they may both work)
 
Back
Top Bottom