Windows 上类似 Rsync 的解决方案?

发布于 2024-11-29 21:20:41 字数 224 浏览 1 评论 0原文

我有一个 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 技术交流群。

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

发布评论

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

评论(2

紫﹏色ふ单纯 2024-12-06 21:20:42

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

吃颗糖壮壮胆 2024-12-06 21:20:41

如果您想要 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

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