This is a discussion on RE: question about librsync : patch function within the Rsync forums, part of the Networking and Network Related category; Hi, Thanks for your answer. - Do you know if there is a "librsync mailing list" ? So I will ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
Thanks for your answer. - Do you know if there is a "librsync mailing list" ? So I will apply my = question there - Have you already use this library ? For my part I used it, and to generate the new synchronized file, I had = to copy (fread) all the delta file into an input memory buffer (input = for the library), so as to get the library working. That means I have to buffer all the delta file into the memory. Were you able to cut the delta file into several pieces to feed to the = library ? For my part I was unable to do it. =20 BR, Laurent -----Message d'origine----- De=A0: Wayne Davison [mailto:wayne@theDavisons.net]=20 Envoy=E9=A0: samedi 1 octobre 2005 17:52 =C0=A0: NGUYEN, Laurent (ext.) Cc=A0: rsync@lists.samba.org Objet=A0: Re: question about librsync : patch function NGUYEN, Laurent (ext.) wrote: > About librsync, does anyone know how to patch the delta without=20 > creating a new file ? > While this isn't the librsync mailing list, I do know that the basic=20 librsync tools (and indeed, the library itself) only support creating a=20 new file, not merging changes into an existing file. ...wayne.. /**/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html |