Directory Sync

Soldato
Joined
10 Mar 2003
Posts
6,844
Hi

Does anyone know of a free directory sync tool for two networked PC's?

I want the directories to be exactly as the source so if a file gets removed on the source or changed it then gets copied or removed from the destination.

Any ideas?
 
How instant do you want it to be?

There are a few different options. Do you want any sort of backup/recovery?

The simpler option would be get a NAS and both work from that.
 
Sadly it can't be a NAS boaty.

It has to be two windows PC's and the folders synch'd - don't need it realtime. We're also talking around 5 million files.



M.
 
A really crude way would be to schedule a robocopy script to mirror the directory. You could adjust the frequency of the schedule depending on how quickly you need the mirroring to take place.

Alternatively, a quick Google reveals that powershell can do the monitoring of the directory, and then run a robocopy mirror when it detects changes are made. Have a read here.
 
FreeFileSync is actually more on the mark of what I wanted - very easy and made copying the changes on 3.5 million files quite simple and took a 90 minutes rather than the 5 days it was taking windows copy.

Thanks for the help peeps - I'll still have a look at the rest though.



M.
 
Back
Top Bottom