Search code examples
javarsync

jar file to use rsync for uploading and downloading files on linux server


I am writing an application for taking backup of user data. In my application i have to perform incremental backup operation. for performing incremental backup i am trying to use rsync algorithm.

i am writing application for windows version. I am having linux hosting server for storing files. after some search i got two lib "jarsync-0.1" and "sisyphe-0.92" but "jarsync-0.1" is a beta release jar and not giving appropriate result. and "sisyphe-0.92" is configued with linux o.s.

Please could you suggest me any lib file in java that can be used for rsync (for windows version).


Solution

  • There is currently no complete Java port of rsync.

    In your case I would look into a native rsync you could call. DeltaCopy has an rsync GUI for Windows which may be useful.. http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp