FW: SSH Error

David L Nickel dnickel at aug.edu
Thu Jan 17 00:47:13 EST 2002


-

call me ignorant... but I am not above asking.  Where do I define
$RSYNC_SSH=ssh at?
Thanks for the info!!
David

-----Original Message-----
From: rsync-admin at lists.samba.org [mailto:rsync-admin at lists.samba.org]On
Behalf Of tim.conway at philips.com
Sent: Tuesday, January 15, 2002 7:08 PM
To: David L Nickel
Cc: rsync at lists.samba.org
Subject: Re: SSH Error


Ok, you're talking about ssh, and you're talking about a rsyncd.  Except
in rare cases, you don't use ssh to access rsyncd.  I'm guessing you're
doing something like
rsync -e ssh remotehost:www localdestinationdirectory
(-e ssh isn't needed if $RSYNC_SSH=ssh).  drop the "-e ssh" and use TWO
colons between the servername and the modulename.

Tim Conway
tim.conway at philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me.... Tim?"




"David L Nickel" <dnickel at aug.edu>
Sent by: rsync-admin at lists.samba.org
01/15/2002 02:23 PM


        To:     <rsync at lists.samba.org>
        cc:     (bcc: Tim Conway/LMT/SC/PHILIPS)
        Subject:        SSH Error
        Classification:



I created a user on the machine I am attempting to mirror.
I when I run rsync with this user I get the following errors


"receiving file list ... link_stat www : No such file or directory
done
client: nothing to do: perhaps you need to specify some filenames or
the --recursive option?
rsync error: partial transfer (code 23) at main.c(553)"

here is my conf file


##
use chroot = no
max connections = 5
syslog facility = local3

[www]
    path = /www
    comment = Web Directory
    hosts allow = *.*.1.118
    read only = yes
    list = yes
    uid = root
    gid = wheel
    auth users = user
##











More information about the rsync mailing list