Sebastian Nohn wrote:
> Hi,
> 
> I've lost my script to sync the PHP-Manual via rsync

I use this:

rsync \
-avztC \
--delete \
--timeout=600 \
--exclude \*.bz2 \
--exclude \*.pdb \
--exclude \*.zip \
--exclude \*.gz \
--exclude \*.html \
--exclude html/ \
--exclude \*.log \
rsync.php.net::phpweb/manual/de/ \
/path/to/manual

HTH

Mark

-- 
German Gabber Network @ http://www.gabber.de
Infos und Tips zu PHP http://www.php-homepage.de
Konnte ich helfen? http://www.php-homepage.de/danke.php



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to