How to programmatically setup an incremental mirroring service using Java / .NET

305 Views Asked by At

I would like to replicate / mirror a shared file system location across several mirrors. Is there any .NET / Java library to do so? or even any out of the box solution (open source prefered so we can customize it)

It should be

  1. Free
  2. Lightwieight
  3. Open Source prefered
  4. Incremental
  5. Can be one way (mirroring only)
1

There are 1 best solutions below

1
On BEST ANSWER

Why wouldn't you just use DFS? It's free with the Windows OS.