仅通过网络/互联网保存增量

发布于 2024-08-15 05:24:03 字数 327 浏览 2 评论 0原文

目前是否有一种与文件系统无关的方法可以将文件放在网络上的两个位置,更改一个副本,然后将更改的位(或更可能的块)同步到另一个副本?

如果能在云端拥有媒体文件,允许其他服务读取它们,让我用他们的网络应用程序编辑它们,然后只需要保存增量以提高时间/效率,那就太棒了。

我确信人们已经使用专有的内部方法做到了这一点(Dropbox 声称只需要同步更改而不是整个文件),但是有没有更标准化的方法来做到这一点?在我看来,如果尚未完成的话,这将是对 WebDAV 的一个非常有用的补充。

我主要考虑的是 ZFS/BTRFS 风格的快照/备份,但通过 http 或其他一些可以处理延迟和丢包的 Web 协议。

Is there currently a filesystem agnostic way to have a file in two locations on a network, change one copy, and have just the changed bits (or more likely blocks) synced to the other copy?

It would be awesome to have media files in the cloud, allow another service to read them and me to edit them with their web app, and then only have to save back the delta for time/efficiency.

I'm sure people have done this with proprietary in-house methods (Dropbox claims to only need to sync changes rather than the whole file), but is there a more standardized way to do this? This strikes me as something that would be a VERY useful addition to WebDAV if it hasn't been done already.

I'm pretty much thinking of ZFS/BTRFS style snapshots/backups but over http or some other web protocol that can handle latency and dropped packets.

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

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

发布评论

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

评论(2

拍不死你 2024-08-22 05:24:03

正在寻找 rsync (例如通过 ssh)?

Looking for rsync (for example over ssh)?

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