How to programmatically setup an incremental mirroring service using Java / .NET
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
- Free
- Lightwieight
- Open Source prefered
- Incremental
- Can be one way (mirroring only)
Why wouldn't you just use DFS? It's free with the Windows OS.
精彩评论