Difference between revisions of "Mirrors"
From SME Server
Jump to navigationJump to searchm (Cosmetic udpdate to be (more) consistent with other wiki pages) |
|||
Line 1: | Line 1: | ||
− | + | ===Status of the contribs.org mirrors=== | |
+ | To view the status of contribs.org mirrors, look at http://mirror.contribs.org/mirrors. | ||
− | http://mirror.contribs.org | + | ===Accessing the contribs.org mirros=== |
+ | To access the contribs.org download mirrors, always use the URL http://mirror.contribs.org. | ||
− | |||
− | |||
− | |||
− | |||
You will automatically be redirected to a mirror that is current within the last 8 hours. | You will automatically be redirected to a mirror that is current within the last 8 hours. | ||
− | + | ===How to become a mirror site?=== | |
− | |||
− | |||
If you or your company has some spare bandwidth and would like to be included in mirror.contribs.org, you can use rsync to do something like this: | If you or your company has some spare bandwidth and would like to be included in mirror.contribs.org, you can use rsync to do something like this: | ||
− | rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete --max-deletes 1000 ibiblio.org::Linux/distributions/smeserver/ /home/smeserver/ | + | rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete \ |
+ | --max-deletes 1000 ibiblio.org::Linux/distributions/smeserver/ /home/smeserver/ | ||
If you don't have the latest rsync then some of the options may cause issues | If you don't have the latest rsync then some of the options may cause issues | ||
Line 20: | Line 17: | ||
rsync. | rsync. | ||
− | After your mirror is | + | After your mirror is synced, let us know by filing a bug report on bugs.contribs.org under the website category or by following {{BugzillaFileBug|product=contribs.org%20web%20site|component=Unknown|comment=I%20would%20like%20to%20host%20a%20mirror%20for%20contribs.org.%20The%20root%20address%20of%20my%20mirror%20is:|summary=New%20mirror%20location|title=this link}}. Thanks! |
Revision as of 20:03, 8 August 2007
Status of the contribs.org mirrors
To view the status of contribs.org mirrors, look at http://mirror.contribs.org/mirrors.
Accessing the contribs.org mirros
To access the contribs.org download mirrors, always use the URL http://mirror.contribs.org.
You will automatically be redirected to a mirror that is current within the last 8 hours.
How to become a mirror site?
If you or your company has some spare bandwidth and would like to be included in mirror.contribs.org, you can use rsync to do something like this:
rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete \ --max-deletes 1000 ibiblio.org::Linux/distributions/smeserver/ /home/smeserver/
If you don't have the latest rsync then some of the options may cause issues (m,h) you are fine to remove any that aren't supported in your version of rsync.
After your mirror is synced, let us know by filing a bug report on bugs.contribs.org under the website category or by following this link . Thanks!