we just finished sync the php.net
but i got error when accessing the data via temporary web access (http://linux1.hk.psn.net.id/mirrors/php.net/)
[client 202.95.128.3] PHP Warning: main(): Failed opening '/var/www/cacti/include/version.inc' for inclusion (include_path='.:/usr/share/pear') in /var/www/mirrors/php.net/index.php on line 50, referer: http://linux1.hk.psn.net.id/mirrors/
[client 202.95.128.3] PHP Fatal error: Call to undefined function: is_official_mirror() in /var/www/mirrors/php.net/index.php on line 107, referer: http://linux1.hk.psn.net.id/mirrors/
It seem that file '/var/www/cacti/include/version.inc' is not exist when sync
this is the way i sync
[root@linux1 php.net]# rsync -avzC --timeout=600 --delete --delete-after --include='distributions/*.exe' rsync.php.net::phpweb /var/www/mirrors/php.net -v
and this is the result
.......
[receiver] expand file_list to 262144 bytes, did move
[receiver] expand file_list to 524288 bytes, did move
[receiver] expand file_list to 1048576 bytes, did move
[receiver] expand file_list to 2097152 bytes, did move
deleting in .
sent 111 bytes received 4142025 bytes 8393.39 bytes/sec
total size is 1897504505 speedup is 458.10
thx
thx