• 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.

How can I synchronize 2 folders on one machine

forkd

Golden Member
I want a folder on one of my drives to be automatically synchronized with a folder on a USB disk. I would like to be able to schedule it if possible. I have tried to use XP synchronize utility but it only asks me about synchronizing °offline° content.

Any help is appreciated.

Thanks

I am attempting briefcase
 
Robocopy is a command-line app that can sync two folders using the /MIR option. I use it to sync. folders on my main HD and external HD.
 
You could just create a simple batch file, and use task manager to schedule that batch file to run every x amount of hours, at a set time each day.
 
Blue Weasel is right on. Go to Microsoft site and search for Robocopy. I use it to backup from one computer to another. It sounds like you are looking to mirror directories and it can do that.

Y
 
I use 2BrightSpraks' SyncBack software. It is one of the best ones I've encountered. Plus, it is free. I use it to synchronize My Documents folder to an external storage drive. It works very well.
 
I checked out robocpy too. It not clear if it has the capability to delete files in order to "synchronize"
 
Back
Top