.NET platform independant sync framework

Posted by Quandary on Stack Overflow See other posts from Stack Overflow or by Quandary
Published on 2010-05-06T11:03:25Z Indexed on 2010/05/06 11:08 UTC
Read the original article Hit count: 186

Question: I need to synchronize a few ActionScript files from my computer to a network share (backup).

I saw a quick fix would be using Microsoft Sync Framework for this, and write a windows service.

My problem is I also use Linux, and before I start with MS vendor lockin, is there any sync framework/library/whatever I could use that works accross platform? Or does the MS sync framework work on Linux, too? It is my understanding that it is a wrapper around some com objects, thus it wouldn't work.

All I need is synchronizing files. So never mind the database part, although it would be nice to have it, too.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#