Dyson mirrors¶
Russia¶
This is the primary site:
- APT repository: http://apt.osdyson.ru
- Downloads: http://dl.osdyson.ru
Thanks to Yandex:
- APT repository: http://mirror.yandex.ru/mirrors/apt.osdyson.org/apt/
- Downloads: http://mirror.yandex.ru/mirrors/apt.osdyson.org/dl/
The Netherlands¶
Thanks to NLUUG and Mike Hulsman.
Synchronized every 2 hours on the even hours.
- APT repository: http://ftp.nluug.nl/os/illumos/dyson/apt/ (also ftp and rsync)
- Downloads: http://ftp.nluug.nl/os/illumos/dyson/ftp/ (ftp and rsync)
Denmark¶
Thanks to http://dotsrc.org.
Synchronized every 4 hours.
- APT repository: https://mirrors.dotsrc.org/dyson/apt/ (also ftp and rsync)
- Downloads: https://mirrors.dotsrc.org/dyson/ftp/ (also ftp and rsync)
Creating new mirrors¶
Mirrors can be created with rsync:
- APT repository (38 GiB and growing):
rsync -a --delete --force --progress rsync://ftp.nluug.nl/dyson/apt/ /path/to/dyson/apt/mirror/ # or rsync -a --delete --force --progress rsync://apt.osdyson.ru/apt/ /path/to/dyson/apt/mirror/
- Downloads (1.3 GiB):
rsync -a --delete --force --progress rsync://ftp.nluug.nl/dyson/ftp/ /path/to/dyson/ftp/mirror/ # or rsync -a --delete --force --progress rsync://dl.osdyson.ru/dl/ /path/to/dyson/dl/mirror/