> > 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
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/
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