Project

General

Profile

Dyson mirrors

Russia

This is the primary site:

Thanks to Yandex:

The Netherlands

Thanks to NLUUG and Mike Hulsman.
Synchronized every 2 hours on the even hours.

Denmark

Thanks to http://dotsrc.org.
Synchronized every 4 hours.

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/
    

Also available in: PDF HTML TXT