• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Software for bulk copying that verifies.

OrangeLike

Junior Member
Hi all,

I'm migrating onto a new machine, and need to copy a great deal (in both number and size) of critical files from my old hard drive to the new machine.

To do this, I'm looking for some kind of copying software that will do two things:

1) Verify by content after the copy to ensure that it's been done correctly.
2) Ignore (if told to) system files (desktop.ini and the like)

I'll be running the software on Windows 7.

Three things I've looked at:

Synchronize it!
Robocopy
Teracopy

Synchronize it! claims to do everything I'm asking for, but I don't know much about it's legitimacy.

Robocopy, from what I've read, can be hinky about reporting errors and doing checking after-the-fact in more recent versions of windows.

Teracopy seems to confirm, but I can't figure out how to make it exclude system files.

Any advice or alternatives?

Thanks in advance!
 
teracopy has a CRC option. It calculates a hash and then verifies it - its not verifying the actual file iirc - but that's why you use a server with end to end ECC 🙂

j/k

does VERIFY ON still work? 🙂
 
Another option is FastCopy.
Unlike TeraCopy it also lets you mirror/sync the destination folder (delete files that aren't in the source), but you can't select multiple source folders/files for one job. But you can still quickly save and load jobs, so no big deal.

Neither of those two let you select multiple destination paths for a single job, so that you can click once and do all the copying, like with Robocopy (if you make a script). But Robocopy can't verify.

I'm still looking for a freeware tool that will do all that.
 
Last edited:
Back
Top