Paul Oppenheim | 16 May 2013 10:18
Favicon
Gravatar

librsync forks

Quite a day for librsync;

I went through the process to import librsync (with revision history
from CVS) into git. Hopefully someone finds this useful:
https://github.com/pauloppenheim-liveloop/librsync

I have also released a fork which includes patches for a Windows build
using Microsoft Visual Studio 2008:
https://github.com/pauloppenheim-liveloop/librsync-winbuild

There appear to be a number of projects using librsync still:
https://github.com/search?q=librsync&type=Repositories

Coincidentally, also released today, a fork by Dropbox (lacking proper
history / patchset export, sadly):
https://github.com/dropbox/librsync

so, thanks for the library!

+ paul

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
Martin Pool | 1 Oct 2012 12:34
Favicon
Gravatar

Re: [librsync-commits] [ librsync-Patches-3571263 ] performance issue resolution for large files

Thanks for the patches! I'll review them.

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
karamjeet singh | 10 Nov 2011 09:20
Picon

Librsync unable to run on mac

Hi,
I am try to run/compile librsync for my mobile application on mac but not able because librsync shows number of error while I compiling/run librsync on Mac.

Thanks
Karamjeet Singh
  

--
K <at> r <at> m........[:)]

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
librsync-devel mailing list
librsync-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/librsync-devel
Daniel.Li | 21 Apr 2009 07:17

Re: Newbie on lib rsync, Hellp, anyone home?

Thanks Dave.

I'll study the code first and try to see what I can do with it. :)

On Tue, 2009-04-21 at 14:38 +1000, Dave Kempe wrote:
> Nope, no one is home. The last patch was the fix the 4gb file limit
> which we helped sponsor.
> Not sure who the current maintainer is, but they piped up a while ago
> and said they may get around to a release.
> rdiff-backup still uses this very extensively, so the project needs to
> exist
> dave
> 
> -- 
> Regards,
> 
> Dave Kempe
> Solutions First
> Phone: (02) 9923 2180
> Mobile: 0413 022 143
> Support requests: support <at> sol1.com.au
> 
> ----- "Daniel.Li" <daniel_li <at> usish.com> wrote:
> 
> > Dear List,
> > 
> > I found that librsync is quite an old project. I wanna know, if
> there
> > is
> > anyone home?
> > 
> > :) Cause, I wanna do something about it. Thanks.
> > -- 
> > Daniel
--

-- 
USI/SH RD Dept.
Universal Scientific Industrial (Shanghai) Co., Ltd
Fax: +86-21-58967931    Tel: +86-21-58966996  ext. 1400
42th building, 1387 Zhang Dong road, Pudong New Area, Shanghai, P.R.
China 201203

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
Daniel.Li | 21 Apr 2009 04:15

Newbie on lib rsync, Hellp, anyone home?

Dear List,

I found that librsync is quite an old project. I wanna know, if there is
anyone home?

:) Cause, I wanna do something about it. Thanks.
--

-- 
Daniel

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
Joachim Hamm | 29 Apr 2007 15:40
Picon

any chance to revive this ..

Hello,

just wondering why this project is so dead. Great work has been done .. 
as it seems over years, to get a great algorithm into a library format 
and there were/are some ideas floating around related to this library. 
Still it is stuck at beta and doesn't appear to make the 1.0 release in 
near future. And using idle CPU power to accelerate network backup / 
data transfer should be an ever hot topic, at least where performance is 
bottlenecked by bandwidth.

rsync is extremely popular at university and in the hpc sector, to 
synchronise fileservers, machines cross campus, cluster nodes from the 
master or to run disk backups. A portable library which exposes the 
rsync algorithm makes a lot of sense to me.

 From my perspective, librsync lacks a revision and an updated docu 
rather more than any additional features. Personally, I would like to 
use librsync multi-platform and  "hacked" a version together which 
compiles a .dll under windows. The API does the trick for me, and I can 
connect network or file streams to the internal buffer structure. I 
don't need any fancy higher level stuff, which can be implemented in a 
different language, but I'd  (selfishly) wish that the core 
functionality would be better maintained and documented.

I hope this doesn't come accross as criticism, as I genuinely respect 
the work that has been done here.  

Joachim

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Donovan Baarda | 17 Apr 2007 14:38
Picon
Picon
Gravatar

Re: librsync

On Mon, 2007-04-16 at 13:29 +0200, Henrik Zagerholm wrote:
> Hello Donovan,
> 
> Sorry for pinging you offline but a critical error came up in my  
> project so I thought I could save some time contacting you directly.
> 
> I'm working with a project using librsync in a *nix environment. I'm  
> using the 0.9.7 code as a base but will probably check out the latest  
> soon.
> Any ideas on a release date for 0.9.8 yet?

As soon as someone gets around to it... I'm pretty busy these days but
it is hanging around on my todo list.

> The problem I have is that now I need to run librsync on windows but  
> I couldn't get the compile working (using VS 2005).
> I haven't looked into it that deeply yet because of time issues.  
> Fortunately I found your precompiled rsync 0.9.6 and its been working  
> as a charm on the winboxes I've tested.

I didn't even realise I had one hanging around :-)

> Now though I have had problems with big files and I wonder if you  
> have a newer precompiled version somewhere?
> It would save me a lot of time right now. Hopefully I can get my own  
> librsync to compile on windows later on but till then I would really  
> appreciate if you had one laying around. =)

The bad news is I nolonger have access to a win32 development
environment.

> Take care and thanks for all the good work you have put into this  
> project.

I've actually been neglecting it pretty badly... I'm always keen to add
more developers to this project so that there are more people to keep it
kicking on... let me know if you want devel access to do things like
release 0.9.8 :-)

--

-- 
Donovan Baarda <abo <at> minkirri.apana.org.au>
http://minkirri.apana.org.au/~abo/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Harshal | 7 Nov 2006 11:27
Favicon

using librsync 0.9.7 library with Managed VC++ .Net

Hello everybody ,

I have used librsync 0.9.7 library with VC++.  Now i have to develop an application in Managed VC++ .Net.  Will i be able to use the same library for Managed VC++ .Net? Or whether I have to get some other version for Managed VC++.Net.?

Waiting for your reply.

Thanking you

Harshal

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
librsync-devel mailing list
librsync-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/librsync-devel
Corey Puffalt | 7 Nov 2006 07:33
Picon

Release?

Greetings librsync developer(s)...

I'm an rdiff-backup user who has been running into the 4GB+ file problem which I understand has been fixed in librsync cvs.  I'm wondering if there's any chance of a release being made or is librsync (and thus, rdiff-backup as well) a completely dead project?

Thanks,
Corey

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
librsync-devel mailing list
librsync-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/librsync-devel
Donovan Baarda | 27 Aug 2006 13:30
Picon
Picon
Gravatar

Re: 0.9.8 release for librsync?

[adding Cc librsync-devel]

Martin Pool wrote:
> On 24 Aug 2006, roland <devzero <at> web.de> wrote:
>> hello librsync authors!
>>
>> I already tried to contact librsync team some time ago, but maybe this was 
>> adressed to the wrong people.
>>
>> the last official librsync release is some time ago:
>>
>> 0.9.7 [Notes] (2004-10-10 03:20)   librsync-0.9.7.tar.gz
>> 0.9.6 [Notes] (2003-08-07 07:00)   librsync-0.9.6.tar.gz
>> 0.9.5 [Notes] (2001-09-13 00:00)   librsync-0.9.5.tar.gz
>>
>> what about releasing a 0.9.8 ?
>>
>> I think the current cvs contains a very important patch, so that 
>> librsync/rdiff will work without problems with large files (see below).
> 
> Donovan (abo) was last maintainer for it.  If he's not reachable then I
> could make a release.

I am reachable, just very short of time and hence slow to respond...

I still do minor things when prompted like list admin, but I probably 
don't have time to do a release right now... so if someone else could do 
it that would be great. Have a look at the end of README.CVS for a rough 
checklist of things to do for a release.

On this particular issue, I've not been keeping up much, but I vaugely 
recall that there was some ambiguity if the problem was fixed after the 
patch went in (see bug #1110812). However, the patch #1439412 definitely 
fixed one problem and is worth a release for.

Boy, SF is pretty flakey ATM... it is giving me intermittent 500's. I'll 
have a bit of a poke around at the source and see if there are any quick 
things I can do to prepare for a release...

--
Donovan Baarda <abo <at> minkirri.apana.org.au>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Ranga Nathan | 14 Jun 2006 22:01
Picon

Need librsync-devel source

I am installing rdiff-backup which needs librsync-devel-0.9.7.
Can someone point me to a download link? There are some links that seem 
to be for x86 but I need to build this for  s390 (IBM mainframe).

Gmane