As you may recall from the last time I answered you, please send the same 
thing, but use 3 "v"s instead of only one.
rsync -vvvcrlpogtz . [EMAIL PROTECTED]:/rsync/
Since you don't know which transport you are using, we can read the output 
from the above command to find out.
You are not getting to a remote rsync process, either because the 
transport (rsh/remsh or ssh) is not getting there (only a failed 
authentication is possible, from the fact that you're getting a password 
prompt), or because once it's there, it's not finding the remote rsync 
binary(or not allowed to execute it).  Once we know you're getting a shell 
open to [EMAIL PROTECTED], we then do
(rsh || ssh) (depending on what rsync is using in your case) -l rsync 
domain.ltd which rsync
which will probably give a "not found".
find where it is on that system, and try your command again with 
--rsync-path=/wherever/you/have/rsync/on/domain.ltd/rsync .

Repeating the question in exactly the same way, yet again, will not give 
the information needed to solve your problem.


Tim Conway
Unix System Administration
Contractor - IBM Global Services
[EMAIL PROTECTED]




"alexus" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
03/12/2004 12:19 PM

To
<[EMAIL PROTECTED]>
cc

Subject
rsync wont work






can someone tell me what am i doing wrong?

d# rsync -vcrlpogtz . [EMAIL PROTECTED]:/rsync/
[EMAIL PROTECTED]'s password:
sh: rsync: rsync: connection unexpectedly closed (0 bytes read so far) 
rsync
error: error in rsync protocol data stream (code 12) at io.c(189)
d#

it works fine if i just specify directory instead of remote site, but 
thats
not what i need..

thanks in advance

alexus

-- 
To unsubscribe or change options: 
http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to