diff options
author | V.Krishn <vkrishn4@gmail.com> | 2013-12-02 17:38:16 +0530 |
---|---|---|
committer | V.Krishn <vkrishn4@gmail.com> | 2013-12-02 17:38:16 +0530 |
commit | 97ac19706f249a8e080f52c8a1ac4f3450d62d79 (patch) | |
tree | 78dac6e9e9143b9666e7de351026e2405eaaf723 | |
parent | 6f7760208a3c014f40afc2552cb0e147230612ed (diff) | |
download | mqtt-dirpub-97ac19706f249a8e080f52c8a1ac4f3450d62d79.tar.bz2 |
bump to v0.2.0v0.2.0
- updated Readme.md
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -11,15 +11,16 @@ This helps in organizing your subscribed data in neat hierarchy. `--fmask <file-mask>` -**path to message outfile** - allowed masks are: +**file-mask** - path to message outfile. + +allowed masks are: `@[epoch|date|year|month|day|datetime|hour|min|sec|id|topic[1-9]]` **eg.** -`--fmask '/tmp/msgs/@id@date@topic'` +`--fmask '/tmp/msgs/@year/@month@day/@topic/@id@hour@min'` will create file: -`/tmp/msgs/id-2010-12-21-topicname` +`/tmp/msgs/2010/10-29/topic/id-05-40` **topic** having hierarchy structure gets further resolved to directory. |