Re: RSYNC server setup

2001-03-16 Thread Martin Pool
On 16 Feb 2001, John Poltorak <[EMAIL PROTECTED]> wrote: > On OS/2 there is a PSTAT command as well a number of other third-party > apps which mimic ps. Using one of these shows no sign of RSYNC. > > I guess 'netstat -s' would also provide some evidence of its presence > if port 873 was in use b

Re: RSYNC server setup

2001-02-16 Thread John Poltorak
On Fri, Feb 16, 2001 at 09:10:29AM -0500, Pierre Abbat wrote: > On Fri, 16 Feb 2001, John Poltorak wrote: > >I am trying to set up an RSYNC server, and looking at the man pages > >it looks like a trivial enough task... > > > >It seems as though I need to create a /etc/rsyncd.conf with something >

Re: RSYNC server setup

2001-02-16 Thread Pierre Abbat
On Fri, 16 Feb 2001, John Poltorak wrote: >I am trying to set up an RSYNC server, and looking at the man pages >it looks like a trivial enough task... > >It seems as though I need to create a /etc/rsyncd.conf with something >like this in it:- > > >[ftp] >path = /pub >comment = ftp

RSYNC server setup

2001-02-16 Thread John Poltorak
I am trying to set up an RSYNC server, and looking at the man pages it looks like a trivial enough task... It seems as though I need to create a /etc/rsyncd.conf with something like this in it:- [ftp] path = /pub comment = ftp export area Then all I need to do is run:- rsync