Re: directory with space

2008-07-30 Thread Wayne Davison
On Tue, Jul 29, 2008 at 10:47:52AM +0530, Shashi Kanth Boddula wrote: > path = /data/Knowledge Centre My only addition to what has already been said is to quote the manpage: Leading and trailing whitespace in a parameter value is discarded. Internal whitespace within a parameter value is reta

Re: directory with space

2008-07-30 Thread Matt McCutchen
On Wed, 2008-07-30 at 12:43 +0530, Shashi Kanth Boddula wrote: > I am using the bellow version > > rsync version 2.6.9 protocol version 29 > > My directory looks like bellow > > $ls /data/Knowledge\ Center/ (Note: The backslash here is for the benefit of the shell's word splitting. The direc

Re: directory with space

2008-07-30 Thread Shashi Kanth Boddula
I am using the bellow version rsync version 2.6.9 protocol version 29 My directory looks like bellow $ls /data/Knowledge\ Center/ I have tried in multiple ways in rsyncd.conf file, bit still i am receiving @chdir failed error. From the logs, i observed bellow lines rsync: chdir "/data/Knowl

Re: directory with space

2008-07-29 Thread Kyle Crawford
You probably need to single quote it along with the backslashes. That is what scp requires Kyle On Jul 29, 2008, at 1:17 AM, "Shashi Kanth Boddula" <[EMAIL PROTECTED] > wrote: I am facing one problem with rsync. in /etc/rsyncd.conf file , one of my entry is like bellow. path = /data/Kn

Re: directory with space

2008-07-29 Thread Matt McCutchen
On Tue, 2008-07-29 at 10:47 +0530, Shashi Kanth Boddula wrote: > I am facing one problem with rsync. in /etc/rsyncd.conf file , one of > my entry is like bellow. > > path = /data/Knowledge Centre > > With this, rsync report an error "chdir failed, no such directory". > > Even i tried like bellow