[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [eclipse-mirrors] Trying to sync but It fails with the rsync script
|
- From: "Eclipse Webmaster (Denis Roy)" <webmaster@xxxxxxxxxxx>
- Date: Mon, 17 Aug 2009 09:26:26 -0400
- Delivered-to: eclipse-mirrors@eclipse.org
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2
On 08/11/2009 11:48 AM, Christian Petri wrote:
Hi,
I tried to sync with rsync after I received the confirmation mail (6
days ago) for my ip adress being added to the "allowed" list, but it
don't work.
Here are my Atempts:
#1:
Options:
RSYNC_HOST=rsync.mirrorservice.org
RSYNC_PATH=download.eclipse.org/eclipseMirror
Please change this:
if [ $full_eclipse == yes ]; then
$RSYNC -rtlvp --delete $RSYNC_HOST::$RSYNC_PATH/* $mirror_path
fi
To:
if [ $full_eclipse == yes ]; then
$RSYNC -rtlvp --delete $RSYNC_HOST::$RSYNC_PATH $mirror_path
fi
Let me know if that works, and I'll update our sample rsync script.
Denis