Re: Possibly bug in rsync-3.0.6 when spaces are there in destination path

2009-07-28 Thread paresh masani
Thanks...that's correct. On Tue, Jul 28, 2009 at 5:11 PM, Matthias Schniedermeyer wrote: > On 28.07.2009 16:46, paresh masani wrote: > > ... > > let me know if I am missing something obvious. > > Option "-s" a.k.a. "--protect-args" is exactly for this. > > see 'man rsync' > > > > > > Bis denn >

Re: Possibly bug in rsync-3.0.6 when spaces are there in destination path

2009-07-28 Thread Matthias Schniedermeyer
On 28.07.2009 16:46, paresh masani wrote: > ... > let me know if I am missing something obvious. Option "-s" a.k.a. "--protect-args" is exactly for this. see 'man rsync' Bis denn -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it

Possibly bug in rsync-3.0.6 when spaces are there in destination path

2009-07-28 Thread paresh masani
The below command works perfectly and it creates "test file" on destination host. rsync -avz /tmp/test\ file destination:/tmp/ sending incremental file list test file sent 91 bytes received 31 bytes 27.11 bytes/sec total size is 0 speedup is 0.00 The below two command doesn't work. The rsync