ta/Knowledge Center" failed : No such file or directory (2)
On Tue, Jul 29, 2008 at 6:00 PM, Kyle Crawford <[EMAIL PROTECTED]> wrote:
> You probably need to single quote it along with the backslashes. That is
> what scp requires
>
> Kyle
>
>
> On Jul 29, 200
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
path = /data/Knowledge\ Centre
with this also, it gives the same error ?
Ho