Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 unison 在我的笔记本电脑和台式机之间同步几个目录。每当一个系统上有新文件时,我必须单独确认每个文件:
<--- new file c [f]
我已经浏览了文档,但我似乎找不到一个只会自动接受一致建议的设置。有吗?
是的,这个选项-auto就是你要找的。从文档中:
-auto
auto 当设置为 true 时,此标志会导致用户界面跳过对非冲突更改的确认请求。(更准确地说,当用户界面为一个条目设置完传播方向并且即将移动到下一个条目时,它将跳过所有不冲突的条目并直接进入下一个冲突。)
还有兴趣:
batch 当它设置为 true 时,用户界面根本不会问任何问题。将传播不冲突的更改;冲突将被跳过。