Thu, 13 Sep 2012 23:24:16 +0200
Keep traffic costs down by ignoring largest files and rather regenerating.
miscel/synchronizepkgs.sh | file | annotate | diff | comparison | revisions |
1.1 --- a/miscel/synchronizepkgs.sh Thu Sep 13 23:11:20 2012 +0200 1.2 +++ b/miscel/synchronizepkgs.sh Thu Sep 13 23:24:16 2012 +0200 1.3 @@ -4,7 +4,8 @@ 1.4 cd $HOME/opwrk/pkg/src 1.5 1.6 # Push synchronize OpenPKG TMP and PKG SRPM 1.7 -rsync -n -avz --del . flur:opwrk/pkg/src 1.8 +rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del . flur:opwrk/pkg/src 1.9 1.10 # Pull synchronize OpenPKG TMP and PKG SRPM (slash wichtig) 1.11 rsync -n -avz --del elotro:opwrk/pkg/src/ . 1.12 +rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del elotro:opwrk/pkg/src/ .