aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar falcone857 <falcone857@web>2015-05-04 22:03:50 +0000
committerGravatar admin <admin@branchable.com>2015-05-04 22:03:50 +0000
commit682dfe9c6439e8d5401ecb48aca70b1948d4fdf2 (patch)
tree7d1a5b457f60e6a71368854e6316894870e522b0 /doc
parenta8ef1ded950a97328394076b9cd6749548cb5c47 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/git_annex_windows_and_rsync.mdwn30
1 files changed, 10 insertions, 20 deletions
diff --git a/doc/forum/git_annex_windows_and_rsync.mdwn b/doc/forum/git_annex_windows_and_rsync.mdwn
index 7803c22ba..c45cd8d2d 100644
--- a/doc/forum/git_annex_windows_and_rsync.mdwn
+++ b/doc/forum/git_annex_windows_and_rsync.mdwn
@@ -2,33 +2,23 @@ Issue with getting files from a Linux ssh/rsync repo.
I have a centralized repo on a small linux VM that I synchronize my workstations with, most are linux machines but one is a windows one. I installed msysgit and git-annex for windows, and then run the following:
-```
-git clone ssh://user@IP.ADDRESS/home/user/annex annex
-cd annex
+ git clone ssh://user@IP.ADDRESS/home/user/annex annex
+ cd annex
+ git annex init 'windows'
+ git annex copy --from origin
-git annex init 'windows'
-
-git annex copy --from origin
-```
So basically I am just trying to get a copy of the central repo onto this windows machine for starters and get:
-```
-rsync: connection unexpectedly closed (0 bytes received so far) [sender]
-
-rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.1]
-
-rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
-
-rsync error: error in rsync proto
-
-co rsync failed -- run git annex again to resume file transfer
-l dafailed
+ rsync: connection unexpectedly closed (0 bytes received so far) [sender]
+ rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.1]
+ rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
+ rsync error: error in rsync protoco rsync failed -- run git annex again to resume file transfer
+ l dafailed
+ ta stream (code 12) atcopy
-ta stream (code 12) atcopy
-```
And I get this message for every file.