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
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
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
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
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