vote up 0 vote down star

I have a directory on a Windows machine with a large number of files and folders that I need to watch and have the files mirrored/synced instantly (or as near to as possible), to a Linux machine over the local network.

I've investigated: - Rsync, not realtime enough - WinSCP 'Keep directories up to date' feature, which was OK but limited to 500 directories and the performance was pretty slow.

There are a bunch of results of shareware-style apps that claim to do this, but they are all pretty dubious looking. It seems there must be a good FOSS solution somewhere?

UPDATE: I'd be happy with a one-way transfer rather than a full sync, as long as it's instant and automatic.

flag

75% accept rate

4 Answers

vote up 1 vote down check

I second eneset's proposal of the Unison software. Also if you care of looking for some alternatives Lifehacker has an interesting article on this subject http://lifehacker.com/372175/free-ways-to-synchronize-folders-between-computers

titel

link|flag
vote up 2 vote down

Have a look at Unison (http://www.cis.upenn.edu/~bcpierce/unison/). I successfully used it for Linux/Windows home directory mirroring.

link|flag
Thanks, but it looks like it would have the same issue as rsync, it only runs periodically. – EvilPuppetMaster Jan 8 at 5:56
run it every minute, then? – Vinko Vrsalovic Jan 8 at 6:05
vote up 0 vote down

It seems that what you want is to actually deal with the files on the linux server as if they were local files on your computer.

Did you consider looking for a tool to mount a remote ssh folder as a local drive?

link|flag
I can access the files using Samba, that's fine. The reason I want to work locally is that Eclipse has performance problems working over samba, which I am trying to address by working locally and only have the files transferred when changed. – EvilPuppetMaster Jan 11 at 23:18
vote up 0 vote down

Have you considered using Samba? It will let you mount windows shares under linux as well as accessing linux directorys from windows if you set them up as shares.

link|flag
Hi Jared, same applies as above. Samba works but performance is an issue in this case. – EvilPuppetMaster Jan 11 at 23:18

Your Answer

Get an OpenID
or

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