diff -r 714b450dc37c -r d27cad483271 miscel/synchronizepkgs.sh --- a/miscel/synchronizepkgs.sh Thu Sep 13 23:11:20 2012 +0200 +++ b/miscel/synchronizepkgs.sh Thu Sep 13 23:24:16 2012 +0200 @@ -4,7 +4,8 @@ cd $HOME/opwrk/pkg/src # Push synchronize OpenPKG TMP and PKG SRPM -rsync -n -avz --del . flur:opwrk/pkg/src +rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del . flur:opwrk/pkg/src # Pull synchronize OpenPKG TMP and PKG SRPM (slash wichtig) rsync -n -avz --del elotro:opwrk/pkg/src/ . +rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del elotro:opwrk/pkg/src/ .