On Tue, 25 Feb 2003, Ivan Canizares wrote: > Hi > > I can;t update the packages from apache.org, with this command > > rsync -rtlzv --delete --exclude incoming www.apache.org::apache-dist > /ftp/pub/apache/dist > > the crontab say this: > produced the following output: > > failed to connect to www.apache.org - Connection timed out
for a start, turn off compression. instead try rsync -rltvH --stats --delete --max-delete=1000 --exclude="incoming/" www.apache.org::apache-dist/ /ftp/pub/apache/dist/ i would also recommend you pick a closer mirror if possible, to sync from other than www.apache.org (but perhaps there are no other mirrors in .ve) regards, -jason
