Watches & syncs a folder recursively into a riak bucket.
teriaki should be installed globally (-g) and as root:
sudo npm install teriaki -g
This way it’ll end up in your PATH with the right owner.
teriaki is invoked with a local path and a bucket name:
teriaki <sync_path> <bucket_name>'
For example:
mkdir syncdir
teriaki syncdir/ bucket
echo '{"foo": "bar"}' > syncdir/poopin.json
echo 'foobar' > syncdir/poopin.txt
cp foo.jpg syncdir/