Open source file sync software?
I'm looking for some open source filesync software, that
1) has the ability to run over HTTP
2) only sends across the deltas.
This is to keep a source code repository backed up remotely. Anyone used / know of such a project?
Thanks
1) has the ability to run over HTTP
2) only sends across the deltas.
This is to keep a source code repository backed up remotely. Anyone used / know of such a project?
Thanks
Depends exactly what you're after. I use Bazaar for source code version control, but if you want to back up your repositories then I'd use something like rsync to keep a mirror. rsync has about 4000 options so have a read of the docs. There is a Win32 version of rsync if you'll be running Windows.
There are some solutions to using rsync over the HTTP protocol, but it's the wrong tool for the job as I'm sure you're aware. Have a look at zsync and see if that does what you want, but the HTTP protocol introduces a lot of overhead for that kind of thing.
Thread
Thread Starter
Forum
Replies
Last Post
hardcoreimpreza
Computer & Technology Related
21
Oct 11, 2015 03:40 PM



