alias "source" to "server" in booki-twiki-gateway.cgi, to match espri
[objavi2.git] / rsync.sh
blob82f8e5dc602dfa81badbcfe577cd38b074f80ad2
1 #!/bin/sh
2 HERE=`dirname $0`
4 rsync $@ -a \
5 --include='tests/*.py' \
6 --exclude='htdocs/books' \
7 --exclude='htdocs/booki-books' \
8 --exclude='htdocs/tmp' \
9 --exclude='booki' \
10 --exclude='pdf' \
11 --exclude='log' \
12 --exclude='perl' \
13 --exclude='misc' \
14 --exclude='cache' \
15 --exclude='examples' \
16 --exclude='.git' \
17 --exclude='*.pyc' \
18 --exclude='tests/' \
19 --exclude='rsync.sh' \
20 $HERE 'cloudy.halo.gen.nz:objavi2'
22 echo $HERE
24 rsync -r $HERE/../booki/lib/booki/ cloudy.halo.gen.nz:objavi2/booki/
25 #rsync $HERE/../booki/lib/booki/ cloudy.halo.gen.nz:objavi2/booki/
26 echo booki