summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-05-02 11:50:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-05-02 11:50:57 -0400
commit17fd57bd818931532eda1892f23e0998ad0110d5 (patch)
tree10c96489d6b2b5fcbcb43a25e7a995026e91e637
parent913775410bb1b30116c3550c43389747c3b0cf14 (diff)
hidrive.strato.com
-rw-r--r--doc/bugs/Error___39__get__39__ting_files_from_rsync_remote__44___versions_3.20120315_and_3.20120430.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/bugs/Error___39__get__39__ting_files_from_rsync_remote__44___versions_3.20120315_and_3.20120430.mdwn b/doc/bugs/Error___39__get__39__ting_files_from_rsync_remote__44___versions_3.20120315_and_3.20120430.mdwn
index c57c645a0..ab5eb7843 100644
--- a/doc/bugs/Error___39__get__39__ting_files_from_rsync_remote__44___versions_3.20120315_and_3.20120430.mdwn
+++ b/doc/bugs/Error___39__get__39__ting_files_from_rsync_remote__44___versions_3.20120315_and_3.20120430.mdwn
@@ -48,7 +48,7 @@ The rsync remote config in .git/config:
annex-rsyncurl = myuser@rsync.hidrive.strato.com:/users/myuser/git-annex/Music/
annex-uuid = "UUID"
-> Here's what the --debug flag shows is being run:
+> Here's what the --debug flag shows is being run: --[[Joey]]
Running: rsync ["--progress","--inplace","joey@localhost:/tmp/Music/d98/a3c/'GPGHMACSHA1--878c3a3f59965bd87b4738ab29562efd215b954c/GPGHMACSHA1--878c3a3f59965bd87b4738ab29562efd215b954c'","/home/joey/tmp/x/.git/annex/tmp/GPGHMACSHA1--878c3a3f59965bd87b4738ab29562efd215b954c"]
@@ -63,4 +63,12 @@ The rsync remote config in .git/config:
> the rsync protocol. It assumes that (and this is what the rsync man
> says AFAICS) that the rsync protocol is only used if the url starts
> with `rsync://` or contains `::`.
+>
+> Hmm, I see that `hidrive.strato.com` is some kind of rsync provider?
+> Perhaps they do something with rsync over ssh that
+> avoids the need for shell quoting. For example, they might pass incoming
+> ssh connections directly into rsync, bypassing the shell
+> -- which avoids the need for this quoting. Any details you can provide
+> about them would probably be useful then. Ie, do they really use rsync
+> over ssh, is it really a `rsync.net` type rsync provider?
> --[[Joey]]