followup and close
This commit is contained in:
parent
392931eca9
commit
441b138592
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,8 @@ The rsync remote config in .git/config:
|
||||||
> says AFAICS) that the rsync protocol is only used if the url starts
|
> says AFAICS) that the rsync protocol is only used if the url starts
|
||||||
> with `rsync://` or contains `::`.
|
> with `rsync://` or contains `::`.
|
||||||
>
|
>
|
||||||
|
>> Nope, it is indeed using rsync over ssh as git-annex thought.
|
||||||
|
>
|
||||||
> Hmm, I see that `hidrive.strato.com` is some kind of rsync provider?
|
> Hmm, I see that `hidrive.strato.com` is some kind of rsync provider?
|
||||||
> Perhaps they do something with rsync over ssh that
|
> Perhaps they do something with rsync over ssh that
|
||||||
> avoids the need for shell quoting. For example, they might pass incoming
|
> avoids the need for shell quoting. For example, they might pass incoming
|
||||||
|
@ -72,3 +74,6 @@ The rsync remote config in .git/config:
|
||||||
> about them would probably be useful then. Ie, do they really use rsync
|
> about them would probably be useful then. Ie, do they really use rsync
|
||||||
> over ssh, is it really a `rsync.net` type rsync provider?
|
> over ssh, is it really a `rsync.net` type rsync provider?
|
||||||
> --[[Joey]]
|
> --[[Joey]]
|
||||||
|
>
|
||||||
|
>> This was the case, and the shellescape=no config option has been added
|
||||||
|
>> to rsync special remotes to deal with it. [[done]] --[[Joey]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue