I'm generating large filesets (~20GB) nightly on a single Windows host and multicasting them out to about ten other hosts (also Windows) using uftp. I've had to write my own wrapper to make this work and it needs a central controller with full knowledge of the network. I'd much rather have a sync system (like Live Mesh) that a wider set of clients can "subscribe to" but I don't want to compromise on the performance of the multicast solution.
Anyone made anything like this work well?
Ta