Possible Duplicates:
Keeping folders synced between several machines
Synchronize Laptop and Desktop
Which is the best application to Sync two folders?
That's it. What can I use to keep my hard drives in sync on Windows?
That's it. What can I use to keep my hard drives in sync on Windows?
| |||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
I do it this way, make a file called sync.bat
XCOPY copies files from one directory to another, and then the options I set do the following; assume it's a directory, copy the newer files, overwrite the older files, and don't ask if I want to write over it every time. | |||
|
feedback
|