Windows 上类似 Rsync 的解决方案?
我有一个 Web 应用程序需要部署到 Linux 和 Windows。我在 Linux 上使用 rsync,在 Windows 上使用 robocopy。问题是我有数千个文件,而 Robocopy 需要太多时间来同步。我明白,因为 robocopy 没有服务器来比较文件。
我研究了微软发布的新的 Web 部署工具,发现它太复杂了(只有我这么认为吗?)。
Windows 上有没有简单的同步解决方案?
I have a web application that needs to deploy to both Linux and Windows. I use rsync for Linux, and robocopy to deploy to Windows. Problem is that I have thousands of files and the Robocopy takes too much time to sync. I understand that because robocopy does not have a server to compare files.
I looked into the new web deploy tools released from Microsoft, and found that it is way too complicated (is that just me?).
Anyway is there a simple sync solution on Windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Grsync 是最好的,而且免费,不需要 cygwin :-
http://sourceforge.net/projects/grsync -win/
另一种选择:-
http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
Grsync is best and free , don't need cygwin :-
http://sourceforge.net/projects/grsync-win/
Another alternative :-
http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
如果您想要 rsync,可以使用 cygwin rsync: http://rsync.net/resources/howto /windows_rsync.html
There is a cygwin rsync available if it's rsync you want: http://rsync.net/resources/howto/windows_rsync.html