Displaying 2 results from an estimated 2 matches for "mydestmachine".
2005 Jun 04
2
please help -- Variable syntax error
...read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
I am able to scp or ssh to the from the machines. I have proper keys.
Where does the Variable syntax come from., I have 5 folders in include
file. So this error is repeated 5 times.
I tried
rsync -vv testfile mydestmachine:/export/opt/geneva/temp/testfile
even for this command i get the same error.
How do i overcome this error. I tried everything. Is it something to
do with c-shell. Because my previous scripts where working in ksh. I
really dont understand.
Please help .
Thanks.
--
Thanks
G.Bhadri
2005 Jun 04
1
Fw: please help -- Variable syntax error
...>> configured to use ssh? (Use "-e ssh" or set RSYNC_RSH to force it, or
>> look at the -vv output to see what it's running.) I'd suggest running
>> the remote shell command directly to see if it gives the error. Also,
>> try a command such as "ssh mydestmachine which rsync" (or whatever
>> command that machine uses to show you what program is being run) -- this
>> will ensure that you're not running an rsync script on the destination
>> machine.
>>
>> ..wayne..
>