使用 DeltaCopy 在 windows 上出现 Rsync 错误
Rsync errors on windows with DeltaCopy
以前我在我的工作站上运行它,但自从我格式化它后,rsync 停止运行。
我已经重新安装了 git
和 deltacopy
几次。
还在 windows.
上将 rsync 注册为服务
每次我 运行 命令时,我都会遇到这些错误。
如果我输入错误的密码,我会被拒绝访问,所以连接正常。
C:\> rsync -v -rlt -z --chmod=a=rw,Da+x --delete
"/cygdrive/C/P21 Sistemas/web/apache/local.sdt21/sdt21/"
"root@sdt21.com.br:/home/sdt21/homologacao/www/sdt21/"
root@sdt21.com.br's password: *********
dup() in/out/err failed
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code 12) at
/home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(791) [sender=3.0.4]**
问题出在 "
。
引用是 Windows 上的一个已知问题。
为了解决这个问题,请安装 cygwin
& rsync
:
参见:Using rsync and cygwin to Sync Files from a Linux Server to a Windows Notebook PC
然后在shell脚本中编写命令并执行。
以前我在我的工作站上运行它,但自从我格式化它后,rsync 停止运行。
我已经重新安装了 git
和 deltacopy
几次。
还在 windows.
每次我 运行 命令时,我都会遇到这些错误。
如果我输入错误的密码,我会被拒绝访问,所以连接正常。
C:\> rsync -v -rlt -z --chmod=a=rw,Da+x --delete
"/cygdrive/C/P21 Sistemas/web/apache/local.sdt21/sdt21/"
"root@sdt21.com.br:/home/sdt21/homologacao/www/sdt21/"
root@sdt21.com.br's password: *********
dup() in/out/err failed
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code 12) at
/home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(791) [sender=3.0.4]**
问题出在 "
。
引用是 Windows 上的一个已知问题。
为了解决这个问题,请安装 cygwin
& rsync
:
参见:Using rsync and cygwin to Sync Files from a Linux Server to a Windows Notebook PC
然后在shell脚本中编写命令并执行。