Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news2.arglkargh.de!news.musoftware.de!wum.musoftware.de!weretis.net!feeder5.news.weretis.net!newsfeed.CARNet.hr!news.metronet.hr!not-for-mail From: John Smith Newsgroups: comp.lang.java.programmer Subject: Re: rsync library? Date: Mon, 18 Apr 2011 14:52:28 +0200 Organization: Metronet Lines: 15 Message-ID: References: <18d8e903-270f-4ce1-9a26-b4ba857e393f@32g2000vbe.googlegroups.com> NNTP-Posting-Host: 213.147.110.159 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.metronet.hr 1303131147 26085 213.147.110.159 (18 Apr 2011 12:52:27 GMT) X-Complaints-To: abuse@metronet.hr NNTP-Posting-Date: Mon, 18 Apr 2011 12:52:27 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.15) Gecko/20101027 Thunderbird/3.0.10 In-Reply-To: <18d8e903-270f-4ce1-9a26-b4ba857e393f@32g2000vbe.googlegroups.com> Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:3107 On 18.4.2011. 14:42, Paul Cager wrote: > On Apr 18, 1:11 pm, John Smith wrote: >> Is there any good rsync library? >> I'd prefer a pure java library. >> >> Thanks in advance for any help. > > I also needed a Java implementation, about 6 months ago. I found quite > a few projects that have _started_ to implement an rsync library, but > none of them had got sufficiently far to be useful. I ended up using > Runtime.exec to drive the rsync program instead (using Cygwin for > Windows). I also found a couple like jarsync, but it is in a beta version so I'm not gonna use it in a production environment.