I used to be able to rsync the cmucl-site pages via something like:
rsync -av rsync://common-lisp.net/pages/cmucl/cmucl-site/public/ pages
This produces an error now:
rsync: change_dir "/cmucl/cmucl-site/public" (in pages) failed: No such file or directory (2)
I assume this is related to the move to cmucl.common-lisp.dev for the site.
Is there a new path for rsync? Is this the correct path:
rsync://cmucl.common-lisp.dev/pages/cmucl/cmucl.common-lisp.dev/public
(I determined that by trial and error.)