• Devuan project
  • devuan-project
  • Issues
  • #37

Closed
Open
Opened 2016-02-24T18:44Z by hellekin @hellekin

Mirror instruction error

On files.devuan.org, the MIRRORS.txt states to "just run":

rsync -raX files.devuan.org::devuan

butrsyncrequires a second argument for the destination : without the destination, rsync displays the contents of the archive, but does not synchronize it.

Additionally,-ris already covered by-a.

Instead I used:

rsync -aX files.devuan.org::devuan files.devuan.org

Please solve the reCAPTCHA

We want to be sure it is you, please confirm you are not a robot.

  • hellekin @hellekin Reassigned to @hellekin · 2016-04-19T18:34Z

    Reassigned to @hellekin

  • hellekin
    hellekin @hellekin · 2016-04-21T08:09Z

    Here's the new MIRRORS.txt :

     Mirroring Devuan Release Archive
    ==================================
    
    If you like to contribute a mirror, be welcome!
    
    Just use:
    
    # mkdir /srv/mirrors
    # adduser --system --disabled-login --home /srv/mirrors --no-create-home mirrors
    # chown mirrors /srv/mirrors
    # su - mirrors
    mirrors:~$ rsync -aX files.devuan.org::devuan ~/files.devuan.org
    
    In your crontab running once every four hours or so, e.g., four times a day:
    
    * */6 * * * rsync -aX files.devuan.org::devuan /srv/mirrors/files.devuan.org
    
     Announcing your Mirror
    ------------------------
    
    Once your mirror is running, let us know with a message on irc.freenode.net
    channel #devuan.
    
    Please file an issue with `fdo` and `mirror` tags mentioning your
    hostname, the frequency of updates, available bandwidth and protocols
    (HTTPS, HTTP, FTP, RSYNC...), and anything you deem necessary for good
    mirror coordination.  Thanks!
    
    https://git.devuan.org/devuan-editors/devuan-www/issues/new?issue[label_ids][]=1418&issue[label_ids][]=16
    
    Cheers!
  • hellekin @hellekin Status changed to closed · 2016-04-21T08:09Z

    Status changed to closed