Re: [PHP-DOC] Syncing PHP-Manual

2002-07-06 Thread Gabor Hojtsy
> > 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

Re: [PHP-DOC] Syncing PHP-Manual

2002-07-06 Thread Mark Kronsbein
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/

RE: [PHP-DOC] Syncing PHP-Manual

2002-07-06 Thread Sebastian Nohn
Hi, > I've lost my script to sync the PHP-Manual via rsync > > /usr/bin/rsync -avzC --delete --delete-after > --include='manual/de/' --includ > e='manual/de/**' --exclude='*' rsync.php.net::phpweb /home/sebastian/test/ > does'nt work properly: Well... It was simpler than i thought: instead of u