I gave you recommended a try but it doesn't seem to fix the issue.
Still recieving :

rsync: connection unexpectedly closed (584 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)

I've checked to make sure it's not a network issue and everything seems
to be fine. no packets dropping dns resolutions are working.

TIA
Edward


On Fri, 2004-04-02 at 02:49, Francis Montagnac wrote:
> > rsync -crzvv --password-file /etc/rsync.passwd --bwlimit=120
> > rsync://[EMAIL PROTECTED]/pub/critical_full_daily/*.* /STOR-1/ >>
> > /var/log/rsync.xxx.pulls.xxx 2>&1
> ...
> > Notice that *.* is used , i did this so that i can get all the files in
> > the directory. I have also tried *  as the variable.
> 
> Then, simply suppress *.* in your command, ie:
> 
>   rsync -crzvv --password-file /etc/rsync.passwd --bwlimit=120 \
>   rsync://[EMAIL PROTECTED]/pub/critical_full_daily/ /STOR-1/ >> \
>   /var/log/rsync.xxx.pulls.xxx 2>&1
> 
> Using such wilcard may fail by generating a too long argument list.

-- 
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