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
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
There's rsync/rsyncd, which is available on cygwin for Windows.
Also BackupPC is open source, but requires linux/unix on the server.
Yep, rsync:
http://librsync.sourceforge.net/
Or if you really want a complete backup (rather than sync) codebase, use the source of rdiff-backup.