README.md in dbox-0.6.4 vs README.md in dbox-0.6.5
- old
+ new
@@ -9,10 +9,10 @@
$ cd /tmp
$ dbox clone Public
$ cd Public
$ echo "Hello World" > hello.txt
$ dbox sync
-[INFO] Uploading /Public/hello2.txt
+[INFO] Uploading /Public/hello.txt
```
**IMPORTANT:** This is **not** an automated Dropbox client. It will exit after sucessfully pushing/pulling, so if you want regular updates, you can run it in cron, a loop, etc. If you do want to run it in a loop, take a look at [sample_polling_script.rb](http://github.com/kenpratt/dbox/blob/master/sample_polling_script.rb). You get deterministic control over what you want Dropbox to do and when you want it to happen.