From b55987192485a483be98c5730dff7a2465059d23 Mon Sep 17 00:00:00 2001 From: anton Date: Thu, 7 May 2015 09:07:33 +0000 Subject: [PATCH] --- doc/forum/rsync_regression_on_Windows.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/rsync_regression_on_Windows.mdwn diff --git a/doc/forum/rsync_regression_on_Windows.mdwn b/doc/forum/rsync_regression_on_Windows.mdwn new file mode 100644 index 0000000000..d0bc0f14d1 --- /dev/null +++ b/doc/forum/rsync_regression_on_Windows.mdwn @@ -0,0 +1,16 @@ +I'm on Windows 7 and msysgit. The rsync that comes with the git-annex installer downloaded on January 19 2015 works fine (rsync version 3.0.9, protocol version 30; git annex version 5.20150113-gcf247cf). The rsync that comes with the current git-annex installer errors out (rsync version 3.1.1 protocol version 31; git annex v ersion 5.20150420-gb0ebb23). I don't think it's a version/protocol mismatch, as I get the error against a server with the same version and protocol. + +[[!format sh """ +$ rsync -rvvp anton@myhost:wtmp/ wtmp +opening connection using: ssh -l anton myhost rsync --server --sender -vv +pre.iLsfx . wtmp/ (10 args) +rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] +rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.1] + +$ ssh -l anton myhost rsync --version +rsync version 3.1.1 protocol version 31 +... + +"""]] + +Bug or user error?