tags:

views:

62

answers:

2

Hi I'm looking for a commercial/open source backup library in C++.

I have seen the Microsoft sync Framework but unfortunatly it requires the .net framework to be installed...

Thank you Jonathan

A: 

There's rsync/rsyncd, which is available on cygwin for Windows.

Also BackupPC is open source, but requires linux/unix on the server.

Marcus Lindblom
The links gives me a 404
Gabb0
Try this link: http://backuppc.sourceforge.net/
3DH
+1  A: 

Yep, rsync:

http://librsync.sourceforge.net/

Or if you really want a complete backup (rather than sync) codebase, use the source of rdiff-backup.

Lee B