1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 19:22:17 +02:00

recommend --timeout parameter for rsync.

This commit is contained in:
jim winstead
2002-05-08 22:18:32 +00:00
parent cd8f25f36b
commit f588b66748

View File

@@ -25,7 +25,8 @@ First, you need to have a rsync (http://rsync.samba.org/) installed.
Fetch the web files with the following:
rsync -avzC --delete --delete-after rsync.php.net::phpweb /your/local/path
rsync -avzC --timeout=600 --delete --delete-after \
rsync.php.net::phpweb /your/local/path
Setting up an unofficial mirror, and want to only mirror one language of the
manual? Add: