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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user