> > 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
If all went well with the "printed manual" upgrade, there are no more *.html files, nor any directory named "html" in the rsync tree, so those two excludes seem to be irrelevant. Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
