Hannes Magnusson <hannes.magnus...@gmail.com> writes: > On Sat, Jun 4, 2011 at 18:39, Richard Riley <rile...@googlemail.com> wrote: >> Richard Riley <rile...@googlemail.com> writes: >> >>> >>> Let me get back to you after using the rsync at php.net/mirroring : I >>> suspect after the faffing aruond with phd, this mirror rsync should just >>> work. Copying as we speak. >>> >> >> ok, I mirrored according to the instructions here: >> >> http://php.net/mirroring.php >> >> vhost file copied and modified to reflect my local system. >> >> http://i.imgur.com/4K4va.png > > What is in your /manual/en/ folder? > There should be ~10.000 files and 2 folder iirc > > -Hannes
Where the rsync put it. The rsync on the mirroring page that includes manual/en.. http://php.net/mirroring.php ,---- | rsync -avzC --timeout=600 --delete --delete-after \ | --include='distributions/*.exe' \ | rsync.php.net::phpweb /your/local/path | Setting up an unofficial mirror, and want to only mirror one language of the manual? Add: | | --include='manual/en/' --include='manual/en/**' | --exclude='manual/**' --exclude='distributions/manual/**' `---- Its there and its populated (webroot/manual/en).