diff options
author | V.Krishn <vkrishn4@gmail.com> | 2013-12-01 12:59:50 +0530 |
---|---|---|
committer | V.Krishn <vkrishn4@gmail.com> | 2013-12-01 12:59:50 +0530 |
commit | bab741eaa9aabf6f945d5c286bc2e090151ba953 (patch) | |
tree | e4db41adf7ec252acd92596eca4da80aa13bb823 | |
parent | dd88122678032b70f04180b1475bee31069acfef (diff) | |
download | mqtt-dirpub-bab741eaa9aabf6f945d5c286bc2e090151ba953.tar.bz2 |
bump to v0.1.2v0.1.2
Updated Readme.md
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -16,13 +16,18 @@ This helps in organizing your subscribed data in neat hierarchy. `@[epoch|date|year|month|day|datetime|hour|min|sec|id|topic[1-9]]` -**eg.** +**eg.** `--fmask '/tmp/msgs/@id@date@topic'` will create file: `/tmp/msgs/id-2010-12-21-topicname` **topic** having hierarchy structure gets further resolved to directory. +`--overwrite` + +Works only with `--fmask`. This options starts client in overwrite mode. + +**Caution:** The existing data files get overwritten with every messages received. Dependencies |