mirrors.t2t 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Dragora Mirrors
  2. %!includeconf: ../config.t2t
  3. [< Back to home index.html]
  4. Dragora mirrors usually contain ISO images, binary packages and the sources
  5. used to build them, as well as what is published by the project (for example,
  6. cross compilers).
  7. == Mirror list ==
  8. === Global ===
  9. - Global
  10. - http://sourceforge.net/projects/dragora/files (ISO images only)
  11. === North America ===
  12. - USA
  13. - http://mirror.fsf.org/dragora
  14. - http://rsync.dragora.org
  15. - rsync://rsync.dragora.org/
  16. === South America ===
  17. - Ecuador
  18. - http://mirror.cedia.org.ec/dragora
  19. - rsync://mirror.cedia.org.ec/dragora/
  20. === Asia ===
  21. - Singapore
  22. - http://mirrors.standaloneinstaller.com/dragora/mirror/
  23. == Mirror Setup ==
  24. If there's no Dragora mirror near you, you're welcome to contribute one.
  25. First, for users/downloaders: the address http://rsync.dragora.org/ contain
  26. ISO images and distributed source code (in various compression formats).
  27. Mirroring the Dragora server requires approximately 7.6GB disk space (as of April 2019).
  28. You can rsync directly from rsync.dragora.org:
  29. ``rsync -rltpHS --delete-excluded rsync://rsync.dragora.org/ /your/dir/``
  30. However, please consider mirroring from another site, again to reduce load
  31. on the Dragora server. The listed sites provide access to all the
  32. material on rsync.dragora.org. They update from us nightly (at least),
  33. and you may access them via rsync with the same options as above.
  34. //Note://
  35. We keep a file called "timestamp" under the main tree after each
  36. synchronization. This file can be used to verify, instead of
  37. synchronizing all the content at once, you can check if this file has
  38. been updated and then continue with full synchronization.
  39. == No warranty ==
  40. We distribute software in the hope that it will be useful, but without any
  41. warranty. No author or distributor of this software accepts responsibility
  42. to anyone for the consequences of using it or for whether it serves any
  43. particular purpose or works at all, unless they say so in writing. This
  44. is exactly the same warranty that proprietary software companies offer:
  45. none.
  46. [^ Go up mirrors.html#]''<BR>''
  47. [< Back to home index.html]
  48. %!include: footer.t2t