php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32926 rsync not working
Submitted: 2005-05-03 15:34 UTC Modified: 2005-06-10 11:39 UTC
From: miguel dot morgan at gmail dot com Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: freebsd
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: miguel dot morgan at gmail dot com
New email:
PHP Version: OS:

 

 [2005-05-03 15:34 UTC] 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)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-10 11:39 UTC] nlopess@php.net
it is working now.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 21:00:02 2026 UTC