miscel/synchronizepkgs.sh

Tue, 28 Aug 2012 19:03:30 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 19:03:30 +0200
changeset 640
b8c54b685320
child 680
d27cad483271
permissions
-rwxr-xr-x

Correct substitution no longer matching tab characters for some reason.

     1 #! /bin/sh
     3 # Wo die Quellen bleibt
     4 cd $HOME/opwrk/pkg/src
     6 # Push synchronize OpenPKG TMP and PKG SRPM
     7 rsync -n -avz --del . flur:opwrk/pkg/src
     9 # Pull synchronize OpenPKG TMP and PKG SRPM (slash wichtig)
    10 rsync -n -avz --del elotro:opwrk/pkg/src/ .

mercurial