1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/miscel/synchronizepkgs.sh Tue Aug 28 18:56:10 2012 +0200 1.3 @@ -0,0 +1,10 @@ 1.4 +#! /bin/sh 1.5 + 1.6 +# Wo die Quellen bleibt 1.7 +cd $HOME/opwrk/pkg/src 1.8 + 1.9 +# Push synchronize OpenPKG TMP and PKG SRPM 1.10 +rsync -n -avz --del . flur:opwrk/pkg/src 1.11 + 1.12 +# Pull synchronize OpenPKG TMP and PKG SRPM (slash wichtig) 1.13 +rsync -n -avz --del elotro:opwrk/pkg/src/ .