Re: rsync's usage of ssh

2014-04-12 Thread Matthias Schniedermeyer
On 12.04.2014 20:48, a. wrote: > I am trying to understand how rsync uses ssh. From what I understand of > the source, it simply opens a ssh connection and then simply pipes > rsync's data. But somehow my stomach tells me that this is not the whole > story. > > For one, that would mean the whole (

rsync's usage of ssh

2014-04-12 Thread a.
I am trying to understand how rsync uses ssh. From what I understand of the source, it simply opens a ssh connection and then simply pipes rsync's data. But somehow my stomach tells me that this is not the whole story. For one, that would mean the whole (?) of rsync's protocol is only used for not