Merge branch 'master' of git.rot13.org:/git/cloudstore
[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://$USER@10.60.0.244:6501/$USER/`hostname`/
6 rm .pwd