[Jan Gerber] fix unicode filenames in wikibooks2epub (from https://code.launchpad...
[objavi2.git] / rsync.sh
blob6be09c0d9fda5be858ae0347f9f3fbc594bfe3dc
1 #!/bin/sh
2 HERE=`dirname $0`
4 rsync $@ -v -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