Keep traffic costs down by ignoring largest files and rather regenerating.

Thu, 13 Sep 2012 23:24:16 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 13 Sep 2012 23:24:16 +0200
changeset 680
d27cad483271
parent 679
714b450dc37c
child 681
d3d754f085eb
child 682
3799cd65a8f9

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

mercurial