Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I want Windows 7 to synchronise two folders in real time.

Basically I want to monitor a folder and synchronise each change (new files, changed files, deleted files) to another drive. It has to be in real time, so it gets synchronised instantly when a change happens. A one-direction synchronisation is enough.

I tried Microsoft's SyncToy, but it does only syncing by hand or scheduled (thus not satisfying the "real-time" requirement).

Can this be achieved with Windows 7 itself? If not, is there a freeware application for this?

share|improve this question
Related question: superuser.com/questions/349/… – koppor Dec 7 '12 at 10:07

11 Answers

up vote 22 down vote accepted

Dsynchronize lets you do this. I'm not sure how it works in Windows 7 but it's freeware and standalone so there's no harm in trying.

share|improve this answer
1  
Thanks! I tried it and it works like a charm, runs flawlessly on Windows 7. – acme Nov 4 '09 at 14:13
I'm running this for nearly a year now. It's working quite well, though it's not syncing correctly if a large number of files is changed within a few moments (e.g. when unzipping or checking out a repository). But as I've not found something better, I'll still stick with it. – acme Sep 17 '10 at 15:16
Got to say its straight forward and simple. Doesnt get in the way and does the job. All other sync tools seem to be made for dumb users when I want something to run as a service every day at 8pm. – Chad Apr 9 at 7:59

You could use a NTFS Symbolic Link so that the folders on each drive actually point to the same folder.

share|improve this answer
That's an interesting approach, but I guess it won't work here, the mapped drive (the sync-target) is Linux. – acme Nov 4 '09 at 14:12
You can create a NTFS symbolic link to a Samba path, I have several on my desktop to my Ubuntu file server. – Chris Smith Nov 2 '11 at 18:53

There's Synkron which is open source and is cross platform.

share|improve this answer
But does it sync in real time? – acme Oct 23 '12 at 10:37
Doesn't look like it :( – jonathanconway yesterday

If you want to sync a folder to USB and you use Dropbox already, use the DropboxPortableAHK.

This way, I have my Dropbox files synced on any computer, as well as my iPhone using the Dropbox app and my USB drive I use at uni with this portable version.

share|improve this answer
Dead link. Appears to have moved to nionsoftware.com/dbpahk – JYelton Apr 2 at 22:25

FreeFileSync is a great free tool that can compare and sync folders.

share|improve this answer
But it does not support real-time synchronization as far as I can see. – acme Nov 3 '11 at 8:20
@acme But you can implement triggered syncronisation using the event scheduler in windows. – xav0989 Nov 23 '11 at 18:20
Yeah, but it should be instantly be sync'd on file modification (upon save a file should be copied to another directory), not only after recurring intervals. – acme Dec 21 '11 at 14:43
It supports real-time synchronization now! – Mrchief Oct 23 '12 at 3:26

Since I read your comment ".. the mapped drive (the sync-target) is Linux", then I want to give you a way better approach: You only need ssh-access on the Linux target, it is way faster, and works much better over lower bandwidths and longer latencies.

Use WinSCP's "Keep remote directory up to date" function!

You will need a little tweaking on the transfer options to set up always binary, exclude files (typically svn or git files and similar) etc. Also use the "automatic apply" of transfer options. Also, create a session that has the host, local and remote directories set up. At that point, you only need to open WinSCP, activate the session (which then also automatically applies the transfer options due to e.g. host-matching), and hit the keep-updated button.

Or you could script this using WinSCPs scripting tools!

.. and just btw: If the scenario was Unix-to-Unix, then check out this question.

share|improve this answer
Thanks! I'll take a look at this, sounds like a good idea. – acme Jun 29 '12 at 12:31
-1 Sorry, just got my whole dir deleted because of this lousy sync tool. VERY BAD TOOL. – Poni Oct 3 '12 at 7:36

You can try SyncBack4all, it's real time folder and files sync program.

share|improve this answer
1  
Except it isn't free. – Paya Jul 20 '12 at 7:20

Watch 4 Folder v2.3 - a small (802kb), portable (no installation) and powerful monitoring tool to monitor folders and files activities.
It is simple to use and to set, it can monitor 15 types of events and trigger different actions in case an event occurs.

http://leelusoft.blogspot.in/2011/10/watch-4-folder-23.html

-Been using it on a server, firing off multiple exes - conversion to PDF using Acrobat, stamping them, sending as attachment to offices around the country through smtp calls... little software does many things!!

share|improve this answer

I wanted the same. And in principle the Sync Center within Windows7 would provide that but in another fashion: you only have to set a network folder as Always Available Offline. With this you basically have that a local and remote version synchronized, you are working as if you were on the network but actually it manages to have it locally. In other words you only see one copy but having it in two places, but that is the goal of synchronizing. Instead of being transparent that there is a remotely synchronized copy, there is a locally synchronized copy. In any case this covers the basic goal of network failures.

I must say this is the theory because I got stuck since my network drives are managed by Novel and therefore I don't have the option of "Always Available Offline".

share|improve this answer

BitTorrent Sync is designed with this specific purpose in mind, plus it also works on Mac and Linux.

Sync and Share Sync unlimited files between your own devices, or share a folder with friends and family to automatically sync anything.

Private and Secure File transfers are encrypted. Your information is never stored on a server in the cloud and your data is protected by private keys.

Bigger is Better BitTorrent Sync is specifically designed to handle large files, so feel free to sync original, high quality, uncompressed files.

share|improve this answer

Sync Center is what you need ;)

share|improve this answer
2  
Why? What does it do exactly that fits the OP needs? Link only answers do not provide a lot of information and for programs it is considered useful to provide a brief synopsis of the features that fit the requirements of the asker. – Mokubai Mar 13 at 10:54
1  
The documentation talks about Windows Vista not Windows 7 there are many things that were introduced in Windows Vista and turned around and removed in Windows 7 and Windows 8. – Ramhound Mar 13 at 12:25
When suggesting the use of a product, please follow these guidelines. – KronoS Mar 13 at 14:11

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.