Difference between revisions of "Mirrors"
From SME Server
Jump to navigationJump to searchm (Changed --max-deletes parameter to --max-delete as it errored out on that one on my machine) |
|||
Line 14: | Line 14: | ||
rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete \ | rsync -aHhimOSz --partial --timeout 300 --delay-updates --delete-after --delete \ | ||
− | --max- | + | --max-delete 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 |
Revision as of 01:04, 21 January 2008
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.
http://mirror.contribs.org/smeserver/releases/... http://mirror.contribs.org/smeserver/contribs/...
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-delete 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!