|
|
|
|
|
by NelsonMinar
1644 days ago
|
|
I've used FreeFileSync to keep two Windows machines in sync for years. It works incredibly well. It's very fast too; copying lots of files in Windows is often bafflingly slow. Whatever this tool does is not. I finally quit using it because I got Starlink at my house and now have enough bandwidth to just let Syncthing keep the machines in sync. But if you need to sync through a hard drive you carry around FreeFileSync is great. |
|
This is due to parallel (threaded) copying, which is a paid-for feature in recent versions.
If you need fast copying, "robocopy" comes bundled with Windows and it has /mt option that allows spawning multiple copying threads. This is as fast as gets, beating even this tool with ease.