On Thu, Jul 28, 2005 at 02:09:31AM +0200, [EMAIL PROTECTED] wrote:
> But the rsync source isn't beautiful or structured - it's just a big
> hunk of code.
Right -- it's a utility, not a library (though someone is working on
making it a library). I'd recommend looking into the librsync project
inst
Hey,
I'm currently adding rsync to pacman (http://archlinux.org/pacman). A static
version of the program is used for rescue operations. Because of this it
is impossible to use the rsync client programm via an execve call and we
need a version implemented in C.
So I started implementing it. But th