You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sam <qi...@gmail.com> on 2007/05/24 12:05:17 UTC

How to run " rsync -v -t -l -r mirrors.ibiblio.org::maven2 /your/local/path "

Hi,
 In maven's site:
http://maven.apache.org/guides/mini/guide-mirror-settings.html Creating your
own mirror

The central repository requires around 10 GB and growing, and it's updated
every 4 hours.

You can mirror the central repository using rsync from several mirrors,
choose one

rsync -v -t -l -r mirrors.ibiblio.org::maven2 /your/local/path
rsync -v -t -l -r rsync://rsync.cica.es/maven2 /your/local/path

but when I run rsync -v -t -l -r mirrors.ibiblio.org::maven2 /your/local/path
on commandline, it can't be execute,there is no  " rsync " command,

RE: How to run " rsync -v -t -l -r mirrors.ibiblio.org::maven2 /your/local/path "

Posted by Bram de Kruijff <br...@gx.nl>.
> but when I run rsync -v -t -l -r mirrors.ibiblio.org::maven2 
> /your/local/path on commandline, it can't be execute,there is 
> no  " rsync " command,

It is not part of maven. You have to install it on your machine 1st.

http://samba.anu.edu.au/rsync/ 

regards,
Bram 

> -----Original Message-----
> From: sam [mailto:qingqiuliu@gmail.com] 
> Sent: Thursday, May 24, 2007 12:05 PM
> To: Maven Users List
> Subject: How to run " rsync -v -t -l -r 
> mirrors.ibiblio.org::maven2 /your/local/path "
> 
> Hi,
>  In maven's site:
> http://maven.apache.org/guides/mini/guide-mirror-settings.html
>  Creating your own mirror
> 
> The central repository requires around 10 GB and growing, and 
> it's updated every 4 hours.
> 
> You can mirror the central repository using rsync from 
> several mirrors, choose one
> 
> rsync -v -t -l -r mirrors.ibiblio.org::maven2 
> /your/local/path rsync -v -t -l -r 
> rsync://rsync.cica.es/maven2 /your/local/path
> 
> but when I run rsync -v -t -l -r mirrors.ibiblio.org::maven2 
> /your/local/path on commandline, it can't be execute,there is 
> no  " rsync " command,
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org