| nlopess@php.net 2005-06-10, 8:55 am |
| ID: 32926
Updated by: nlopess@php.net
Reported By: miguel dot morgan at gmail dot com
-Status: Open
+Status: Closed
Bug Type: Website problem
Operating System: freebsd
PHP Version: Irrelevant
New Comment:
it is working now.
Previous Comments:
------------------------------------------------------------------------
[2005-05-03 15:34:12] miguel dot morgan at gmail dot com
Description:
------------
When trying to create/sync a local php mirror, rsync returns the
following error
building file list ... rsync: link_stat "/path/to/my/php/
--include=manual/en/." failed: No such file or directory (2)
rsync: link_stat "/path/to/my/php/rsync.php.net::phpweb" failed: No
such file or directory (2)
done
sent 378 bytes received 20 bytes 796.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files could not be transferred (code 23) at
main.c(702)
I took the rsync command from this page
http://www.php.net/mirroring.php
rsync is using the latest version available in /usr/ports
Reproduce code:
---------------
rsync -avzC --timeout=600 --delete --delete-after \
--include='manual/en/' --include='manual/en/**' --exclude='manual/**'
--exclude='distributions/**' --exclude='extra/**' rsync.php.net::phpweb
/path/to/my/php
Expected result:
----------------
The php.net site (or parts thereof) to be mirrored on my machine.
Actual result:
--------------
building file list ... rsync: link_stat "/path/to/my/php/
--include=manual/en/." failed: No such file or directory (2)
rsync: link_stat "/path/to/my/php/rsync.php.net::phpweb" failed: No
such file or directory (2)
done
sent 378 bytes received 20 bytes 796.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files could not be transferred (code 23) at
main.c(702)
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=32926&edit=1
|