Skip to main content

[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

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



Back to the top