Re: rsync server question

2000-10-10 Thread Eric Sisler
Mike Lewis <[EMAIL PROTECTED]> wrote: >| In /etc/inetd.conf I've added the following: >| rsync stream tcp nowait root/usr/bin/rsyncrsyncd --daemon >| When I try to rsync something from my workstation to that server (which is >| behind Gordon's firewall script), I'm getting rejects

RE: rsync server question

2000-10-10 Thread Mike Lewis
, 2000 10:20 PM To: Mike Lewis Cc: [EMAIL PROTECTED] Subject: Re: rsync server question On Mon, Oct 09, 2000 at 09:31:29PM -0700, Mike Lewis wrote: | In /etc/inetd.conf I've added the following: | rsync stream tcp nowait root/usr/bin/rsyncrsyncd --daemon | When I try to

Re: rsync server question

2000-10-10 Thread Cameron Simpson
On Mon, Oct 09, 2000 at 09:31:29PM -0700, Mike Lewis wrote: | In /etc/inetd.conf I've added the following: | rsync stream tcp nowait root/usr/bin/rsyncrsyncd --daemon | When I try to rsync something from my workstation to that server (which is | behind Gordon's firewall script), I'

RE: rsync server question

2000-10-10 Thread Mike Lewis
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Cameron Simpson Sent: Monday, October 09, 2000 5:02 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: rsync server question On Mon, Oct 09, 2000 at 11:33:47AM -0700, Mike Lewis wrote: | I've been trying to setup an rsy

Re: rsync server question

2000-10-10 Thread Cameron Simpson
On Mon, Oct 09, 2000 at 11:33:47AM -0700, Mike Lewis wrote: | I've been trying to setup an rsync server. | I understand when using using the rsync client piece that you can use ssh | ( rsync -avc -e ssh ). | If I'm reading correctly, in order to setup an anonymous rsync server, the | transport

Re: rsync server question

2000-10-10 Thread Eric Sisler
Mike Lewis <[EMAIL PROTECTED]> wrote: >I've been trying to setup an rsync server. > >I understand when using using the rsync client piece that you can use ssh >( rsync -avc -e ssh ). That would be more of an "interactive" mode than via an rsync server. >If I'm reading correctly, in order to

rsync server question

2000-10-09 Thread Mike Lewis
I've been trying to setup an rsync server. I understand when using using the rsync client piece that you can use ssh ( rsync -avc -e ssh ). If I'm reading correctly, in order to setup an anonymous rsync server, the transport would be rsh ? Is this correct ? Thanks, Mike ___