Re: rsync for NCR MP-RAS

2002-01-09 Thread Martin Pool
On 9 Jan 2002, [EMAIL PROTECTED] wrote: > > Hi Dave, > It works now. Thanks a lot. > Is there any benchmark comparision of transfer rates between ftp, rcp or > rsync. Thanks again. http://rsync.samba.org/rsync/tech_report/ rsync is most useful if there is already an older version of the file

Re: rsync for NCR MP-RAS

2002-01-09 Thread Mike . Li
Dave Dykstra cc: [EMAIL PROTECTED] Subject: Re: rsync for NCR MP-RAS

Re: rsync for NCR MP-RAS

2002-01-09 Thread Dave Dykstra
On Wed, Jan 09, 2002 at 11:51:00AM -0500, [EMAIL PROTECTED] wrote: ... > # cd /usr/local/bin > # rsync -a --rsync-path=/usr/local/bin/ /tmp/ sclback:/tmp/ > UX:sh (sh): ERROR: /usr/local/bin/: cannot execute > rsync: connection unexpectedly closed (0 bytes read so far) > rsync error: error in rsyn

Re: rsync for NCR MP-RAS

2002-01-09 Thread Mike . Li
But I still have some usage issues when I try to rsync /tmp from local server to /tmp on remote server (sclback). Pls advise. Thanks. on Remote server I did a rsync --daemon I cannot see an rsync processes when I do a ps -ef | grep rsync # ./rsync -a /tmp/ sclback:/tmp/ UX:sh (sh): ERROR: rsync:

Re: rsync for NCR MP-RAS

2002-01-08 Thread Dave Dykstra
You need to use a --rsync-path option pointing to where the binary is on the remote machine, or make sure rsync is in the default PATH for the remote shell. - Dave Dykstra On Tue, Jan 08, 2002 at 02:18:40PM -0500, [EMAIL PROTECTED] wrote: > > I'm using the binaries for rsync-2.5.1.SVR42.i386.ta

Re: rsync for NCR MP-RAS

2002-01-08 Thread Mike . Li
I'm using the binaries for rsync-2.5.1.SVR42.i386.tar I still have some usage issues when I try to rsync /tmp from local server to /tmp on remote server (sclback). Pls advise. Thanks. on Remote server (sclback) I did a rsync --daemon (I can't see any daemon's running as ps -ef | grep rsync return

Re: rsync for NCR MP-RAS (SRV 4)

2002-01-07 Thread Martin Pool
On 7 Jan 2002, [EMAIL PROTECTED] wrote: > > I still have problems running the options > like /usr/local/bin/rsync --daemon > will give me an error > Thanks in advance. > (gdb) run --help > Starting program: /usr/local/bin/rsync --help > Reading in symbols for clientserver.c...done. > Reading sy

Re: rsync for NCR MP-RAS (SRV 4)

2002-01-07 Thread Dave Dykstra
> > <[EMAIL PROTECTED] To: [EMAIL PROTECTED] > > g> cc: [EMAIL PROTECTED] >

Re: rsync for NCR MP-RAS (SRV 4)

2002-01-07 Thread Mike . Li
cc: [EMAIL PROTECTED] Subject: Re: rsync for NCR MP-RAS 01/07/02

Re: rsync for NCR MP-RAS

2002-01-06 Thread Martin Pool
On 6 Jan 2002, [EMAIL PROTECTED] wrote: > > I can use -a so far. Why options do not work? > > # ./rsync --daemon > rsync: --daemon: unknown option > rsync error: syntax or usage error (code 1) at main.c(793) > # rsync --help > Segmentation Fault - core dumped Did you do "make install" or put r

Re: rsync for NCR MP-RAS

2002-01-06 Thread Mike . Li
TED] g> cc: Subject: Re: rsync for NCR MP-RAS 01

Re: rsync for NCR MP-RAS

2002-01-04 Thread Martin Pool
On 4 Jan 2002, Mike Li <[EMAIL PROTECTED]> wrote: > ./configure -host=i685-ncr-sysv4.3 > configure: WARNING: If you wanted to set the --build type, don't use --host. > If a cross compiler is detected then cross compile mode will be used. > configure: Configuring rsync 2.5.1 > checking build

Re: rsync for NCR MP-RAS

2002-01-04 Thread Martin Pool
On 4 Jan 2002, Mike Li <[EMAIL PROTECTED]> wrote: > Hi Martin, > > Is there a binary for rsync for NCR MP-RAS ver 3.0 running on Intel PIII > Hardware? I've never heard of that. What is it? > I can't seem to be able to compile the source codes either even th