From 17fd57bd818931532eda1892f23e0998ad0110d5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 May 2012 11:50:57 -0400 Subject: hidrive.strato.com --- ..._rsync_remote__44___versions_3.20120315_and_3.20120430.mdwn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/bugs') 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]] -- cgit v1.2.3