使用 RSync 算法在 Linux 托管服务器上上传和下载文件
我正在用java编写一个应用程序,用于备份服务器上的文件。它是一个Windows版本的应用程序。在我的应用程序中,我必须执行增量备份操作。为了实现增量备份,我尝试遵循 rsync 算法。我在java“jarsync0.3”中有一个lib,但不知道如何使用rsync编写代码来在Linux托管服务器(启用SSH)上上传和下载文件。
我进行了足够的搜索以获得任何可以帮助我使用 rsync 上传和下载文件的解决方案,但无法成功。
请给我您宝贵的建议,这将帮助我找到一种使用 rsync 在 Linux 托管服务器上上传和下载文件的方法。
i am writing an application in java that takes backup of files on server.It is a windows version application. In my application i have to perform incremental backup operation. For implementing incremental backup i am trying to follow rsync algorithm. i got one lib in java "jarsync0.3" but not getting how to write a code using rsync for uploading and downloading files on linux hosting server (SSH enabled).
I searched enough to get any solution which will help me for uploading and downloading files using rsync, but could not succeeded.
Please give me your valuable suggestion that will help me to get a way for using rsync for files uploading and downloading on linux hosting server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从您的问题来看,尚不清楚您是否正在尝试:
对于前两个选项:忘记它:-) 请参阅 “任何好的 Java rsync 库?” 了解详细信息。
如果您需要最后一个选项 - 好吧,祝您好运。 维基百科是你的朋友 ;-)
From your question, it is not quite clear if you are trying to:
For first two options: forget about it :-) See "Any good rsync library for Java?" for details.
If you need the last option - well, good luck. Wikipedia is your friend ;-)