Devuan Release Archive Mirrors 
===============================

This is the Devuan Release Archive, providing the latest releases for distribution.

A list of mirrors is maintained at https://www.devuan.org/get-devuan

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 --delete -raX files.devuan.org::devuan ~/files.devuan.org

In your crontab running once every four hours or so, e.g., four times a day:

42 */6 * * * rsync --delete -raX files.devuan.org::devuan /srv/mirrors/files.devuan.org

 Announcing your Mirror
------------------------

Once your mirror is running, let us know with a message at libera.chat on the
#devuan-dev channel.

Cheers!