Probably this question is not new and if yes, sorry for the repost.

But I need to synchronize a local folder onto a Windows machine (or Mac) with the content into a remote folder (WebDav resource).

This sync should be in realtime (like dropbox).

Any idea?

link|improve this question

40% accept rate
feedback

3 Answers

Well depends what you understand under realtime.

If your setup is not too complicated you can achieve this with Rsync. You can get it for both machines and then have it run periodically.

For more complex setups you may be able to put together something through a version control system like svn - but that's real work.

link|improve this answer
As "realtime" I mean something that synchronize files when they change. – robob Sep 30 '11 at 15:16
Perfect realtime is never possible. My point is if it takes you 30min to transfer you files the closest to realtime you get is that the files on the other side will be there in 30minutes. – bdecaf Oct 1 '11 at 7:28
Probably in your case we are talking about seconds. But if it's essential to have the synchronization in -say - a second it gets complicated with this approach. – bdecaf Oct 1 '11 at 7:37
1  
to be more clear, I would like something like dropbox synchronization but I don't want to store my data into the cloud :-) – robob Oct 2 '11 at 5:21
1  
who doesn't :D If you can set up a server maybe try the suggestions from the other answer. – bdecaf Oct 2 '11 at 8:17
feedback

I have heard about dropbox alternatives that allow you to use your own server. teamdrive and sparkleshare would be two. Last time I checked they were very new and seemed alpha.

link|improve this answer
teamdrive seems a solution. thanks a lot – robob Oct 2 '11 at 17:31
feedback

Try Livemesh. It does offline synchronization.

edit

It doesn't have to use Skydrive. It's not like dropbox. It can also do P2P synch.

http://explore.live.com/windows-live-mesh-sync-p2p-using

link|improve this answer
But it seems to me that livemesh uses Skydrive as sync remote drive. Isn't it? – robob Oct 2 '11 at 17:23
Live mesh also has a peer to peer mode. – surfasb Oct 3 '11 at 0:41
ok thanks a lot – robob Oct 3 '11 at 5:36
feedback

Your Answer

 
or
required, but never shown

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