Dear Community,
We now have an rsync server that you may use to build your own local Elastix repo and save bandwidt

The server name is rsync://rsync0.elastix.org/elastix
If you would like to have a mirror server for the Elastix 1.5 repo and its updates you may run something like:
| Code: |
rsync -avrt rsync://rsync0.elastix.org/elastix/1.5/ /var/www/mirror/
|
Where /var/www/mirror/ is the document root of the webserver where you may like to build your local mirror.
If you want to mirror the whole Elastix repo you can do something like:
| Code: |
rsync -avrt rsync://rsync0.elastix.org/elastix/ /var/www/mirror/
|
Looking forward for your feedback.
Regards,
Rafael