GCC: Anonymous read-only rsync access

We are offering aspects like our mailing list archives, downloads, etc. through anonymous rsync. A list of available rsync targets is available via:

rsync rsync://gcc.gnu.org/

To obtain a copy of one of the modules:

rsync --archive --delete --compress rsync://gcc.gnu.org/MODULE /my/local/directory

The same command can be run periodically to synchronize your local copy.

Other rsync options that you might want to use include --verbose and --progress to provide feedback, including during the initial phase that is otherwise silent.