I have 2 windows vista computers on a lan, can i set them up with a program so that they replicate the data written in one partition to another and the other way around. basically replicating data across 2 partitions whenever each is modified. Making that data is available on the network when either of the computers are turned on, when both are, data is synchronized. Is this posible?

link|improve this question
By partitions, are you referring to duplicating the files in one computer to the other and other way around or actually doing something in the partition level? Maybe you should open up your situation a bit more. – Jawa May 25 '10 at 5:40
removing [raid-1] tag since this is less about RAID and more about synchronizing separate partitions at a file/folder level. – quack quixote Jul 1 '10 at 4:34
feedback

1 Answer

You could run rsync on one (or both) computer and sync needed files with it.

cwrsync is a bundle of Cygwin and rsync for Windows, if you feel it unnecessary to install Cygwin by itself. There are also good instructions how to set up rsyncd with full Cygwin environment.

For rsync client there is DeltaCopy that is described as a "Windows friendly" version of rsync.

Note, that this replication method needs to be triggered e.g. by Windows scheduling or Cygwin's cronand is not going to be nowhere near real-time solution.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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