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.
Copyright (C) Free Software Foundation, Inc. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
These pages are maintained by the GCC team. Last modified 2023-01-17.