Software /
code /
prosody-modules
Comparison
mod_export_skeletons/README.md @ 4816:e7d1d68f0279
mod_export_skeletons: Document archive name override option
This was why I went with argparse to begin with, so of course it was
forgotten when I got to writing docs
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 10 Dec 2021 00:01:17 +0100 |
parent | 4815:9c2af2146ee2 |
child | 4817:e8e0cb97c480 |
comparison
equal
deleted
inserted
replaced
4815:9c2af2146ee2 | 4816:e7d1d68f0279 |
---|---|
12 Multiple user JIDs can be given. | 12 Multiple user JIDs can be given. |
13 | 13 |
14 Some storage drivers such as [SQL][doc:modules:mod_storage_sql] allows | 14 Some storage drivers such as [SQL][doc:modules:mod_storage_sql] allows |
15 exporting all users at once by giving the special username `*`, i.e. | 15 exporting all users at once by giving the special username `*`, i.e. |
16 `prosodyctl mod_export_skeletons \*@example.com`. | 16 `prosodyctl mod_export_skeletons \*@example.com`. |
17 | |
18 ## Options | |
19 | |
20 `--archive=archive` | |
21 : For overriding the store name, e.g. for compat with "archive2" or | |
22 querying MUC archives with `muc_log` | |
17 | 23 |
18 `--start=timestamp` | 24 `--start=timestamp` |
19 : Start of time span to export in [XEP-0082] format | 25 : Start of time span to export in [XEP-0082] format |
20 | 26 |
21 `--end=timestamp` | 27 `--end=timestamp` |