rename client to more sensible name
[cloudstore.git] / client / rsync-push.sh
1 #!/bin/sh -xe
2
3 #inotifywait -m -r --format '%:e %f' Dropbox/
4 pwd > .pwd
5 RSYNC_PASSWORD=secret rsync .pwd "$@" rsync://dpavlin@10.60.0.244:6501/dpavlin/`hostname`/
6 rm .pwd