同步两个 Linux 操作系统之间的文件和符号链接
我面临以下错误: https://bugzilla.samba.org/show_bug.cgi?id=4531
rsync 总是会覆盖对方较旧的符号链接 本地较新的。
韦恩建议使用一致,但它是一个非发展的旧 我怀疑使用的项目。
你能给我什么建议?
我的主要目标是同步 2 个节点的文件、目录、链接。
I am facing with the bug following:
https://bugzilla.samba.org/show_bug.cgi?id=4531
rsync will always get the older symlink of the other side overwrite
the newer one on the local side.
Wayne has suggested to use unison, however it is a non-developing old
project that I have suspect to use.
What can you suggest me for ?
My main aim is to syncronize file, directories, links for 2 nodes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
unison 就可以,只要你的文件/文件夹名称不使用 unicode,尤其是跨平台。尝试一下也没什么坏处。
有关 unicode 的限制,请参阅此处在文件名中。
unison is ok, as long as your file/folders name don't use unicode, especially cross platform. Can't hurt to give it a try.
See Here for the limitation on unicode in filename.