Issue Details (XML | Word | Printable)

Key: MNG-2016
Type: Task Task
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Trygve Laugstol
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2 & 3

Document how to create a mirror of Ibiblio

Created: 26/Jan/06 04:51 PM   Updated: 14/Jun/07 11:31 PM
Return to search
Component/s: Artifacts and Repositories, Documentation: General
Affects Version/s: None
Fix Version/s: Documentation Deficit

Time Tracking:
Not Specified

Complexity: Intermediate


 Description  « Hide

Tips on what this document could include:

o Find a pointer to the list of Ibiblio mirrors
o Give an example command line for at least rsync, wget and curl where the two last ones will use ftp
o Give an example cron expression and /etc/cron.d/ file that's useful for making a mirrors including setting the correct permissions
o Give an example Apache configuration on how to configure Apache to serve the mirror

This document should possibly be a part of http://maven.apache.org/guides/mini/guide-mirror-settings.html



Carlos Sanchez added a comment - 11/Aug/06 01:34 PM

The command to create a mirror is
rsync -v -t -l -r ftp.ibiblio.org::maven2 /your/local/path


Carlos Sanchez added a comment - 08/Nov/06 11:46 AM