rsync 与 SyncML (Funambol)

发布于 2024-10-13 12:36:40 字数 256 浏览 2 评论 0原文

我想了解一下 rsync 与 SyncML/Funambol 相比如何,特别是在带宽、不稳定网络上的同步以及多个客户端到一台服务器方面。

这是为了将多个移动设备与不断增长的文本文件的目录结构同步。 (我们本质上希望服务器上有尽可能多的文件,不一致的文件并不是真正的问题,我们也知道更改的来源)。

到目前为止,Funambol 似乎不压缩,不处理部分更新,并且很难处理文件传输中的中断。

我知道 rsync 不通过​​服务器,但我不太明白这是一个缺点。

I would like some idea about how rsync compares to SyncML/Funambol, especially when it comes to bandwidth, sync over unstable network and multiple clients to one server.

This is to sync several mobile devices with a directory structure of growing text-files. (Se we essentially want as much as possible on the server, and inconsistent files is not really a problem, also we know where changes originates).

So far, it seems Funambol doesn't compress, doesn't handle partial updates, and it is difficult to handle interruptions in a file-transfer.

I know rsync doesn't go through the server, but I don't quite see how that is a disadvantage.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

海夕 2024-10-20 12:36:40

Olav、

rsync 可以:

  • 压缩数据(如您所说) - 从而在网络上获得更好的性能。
  • 仅同步每个文件中的最新数据 - 从而再次节省时间。
  • 可以由多个用户同时运行。这是一个非常基本的备份软件行为。
  • 我最喜欢的一项是:在安全 shell 上工作。

您可能需要检查Rsyncrypto,以进行压缩加密:同时。

多坦

Olav,

rsync can:

  • Compress the data (as you said) - thus gaining better performances over the net.
  • Synchronize only the newest data within each file - thus, once again, saving time.
  • Can be ran by multiple users at the same time. It's a very basic backup software behavior.
  • And one of my favorites: work over a secure shell.

You might want to check Rsyncrypto, for compressing and encrypting at the same time.

Dotan

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文