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:

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 rsync

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 on

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

2002-01-07 Thread Mike . Li
] Subject: Re: rsync for NCR MP-RAS 01/07/02 01:18 AM

Re: rsync for NCR MP-RAS

2002-01-06 Thread Mike . Li
] g cc: Subject: Re: rsync for NCR MP-RAS 01/05/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 rsync in

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 though I have C compiler Here is what I

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 system