Displaying 1 result from an estimated 1 matches for "avihz".
Did you mean:
avih
2012 Nov 02
2
Rsync problem when connected to mirror site
...c: connection unexpectedly closed (973 bytes received so far)
rsync error: error in rsync protocol data stream (code 12) at io.c (343)
I'm using Ubuntu OS version 12.4. Here is the script we use for rsync
#!/bin/sh
export RSYNC_PROXY="proxy server.com:80"
rsync="/usr/bin/rsync -aviHz --delete --progress --timeout=10"
# Centos
mirror=rsync://rsync.gtlib.gatech.edu/centos
#local=/data/mirrors/centos
$rsync $mirror $local
I've searched through Google, but have not found much. Does anybody know
what this cause this problem?
Thanks
Cuong
-------------- next p...