rsync 有多快?
有人用它传输过大文件吗?
与 ftp 和其他方法相比,主要优点是什么?
速度?或切片
Anyone ever transferred large files with it?
What is the main advantage over ftp and other methods?
Speed? or slicing
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它使 2 个目录保持同步。因此,如果您需要这样做,它非常有用,因为它只会传输发送方上不在接收方上的内容,或者让您删除一个上不在另一方上的内容,等等,
以便仅复制大数据文件,使用 scp/ftp/其他。
it keeps 2 directories in sync. so it's mainly useful if you need to do that since it'll only transfer the ones on the sender that aren't on the receiver, or let you delete ones on one that aren't on the other, etc.
for just copying large files, use scp/ftp/whatever.
速度,它非常有效的压缩。功能范围广泛,可以进行大幅定制。
Speed, it does very effective compression. Range of features, it can be tailored significantly.