cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / no-web / sync-devel-site
1 #!/bin/bash
2
3 RSYNC=/usr/bin/rsync
4 SSH=/usr/bin/ssh
5 RUSER=p2p-next
6 RHOST=koala.cs.pub.ro
7 OPTS="-avz --exclude /.git --exclude /.gitignore"
8
9 RPATH=public_html/devel/
10 LPATH=../
11 $RSYNC $OPTS -e $SSH $LPATH $RUSER@$RHOST:$RPATH