diff options
author | V.Krishn <vkrishn4@gmail.com> | 2017-09-11 08:03:53 +0530 |
---|---|---|
committer | V.Krishn <vkrishn4@gmail.com> | 2017-09-11 08:03:53 +0530 |
commit | 9f3583e8a8d8cf355f63e71f7f6728cc835e56fb (patch) | |
tree | 7c90e5bd54ab26460ce13d41fb83428878594485 | |
parent | 4debde5be57b6321b6ab17c59c86164adaa66045 (diff) | |
download | mqtt-dirpub-9f3583e8a8d8cf355f63e71f7f6728cc835e56fb.tar.bz2 |
Update readme.md
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -18,17 +18,21 @@ allowed masks are: `@[epoch|date|year|month|day|datetime|hour|min|sec|id|topic[1-9]]` **eg.** -`--fmask '/tmp/msgs/@year/@month@day/@topic/@id@hour@min'` +`--fmask '/tmp/msgs/@year/@month@-@day/@topic/@id@-@hour@min'` will create file: -`/tmp/msgs/2010/10-29/topic/id-05-40` +`/tmp/msgs/2010/10-29/topic/id-0540` Note: **topic**/s *having hierarchy structure gets further resolved to directory.* `--overwrite` -Works only with `--fmask`. This options starts client in overwrite mode. +Works only with `--fmask`. This option starts client in overwrite mode. *Caution: The existing data files get overwritten with every messages received.* +`--nodesuffix` + +Works only with `--fmask`. This option provides file suffix for leaf/text nodes. + Dependencies ------------- |