mod_storage_xmlarchive/README.markdown
changeset 2859 7713cd4fff8f
parent 2858 687b19cad4f5
child 3438 a6722a35f35e
equal deleted inserted replaced
2858:687b19cad4f5 2859:7713cd4fff8f
    60 prosodyctl mod_storage_xmlarchive convert $DIR internal $STORE $JID
    60 prosodyctl mod_storage_xmlarchive convert $DIR internal $STORE $JID
    61 ```
    61 ```
    62 
    62 
    63 Where `$DIR` is `to` or `from`, `$STORE` is e.g. `archive` or `archive2`
    63 Where `$DIR` is `to` or `from`, `$STORE` is e.g. `archive` or `archive2`
    64 for MAM and `muc_log` for MUC logs. Finally, `$JID` is the JID of the
    64 for MAM and `muc_log` for MUC logs. Finally, `$JID` is the JID of the
    65 user or MUC room to me migrated, which can be repeated.
    65 user or MUC room to be migrated, which can be repeated.
    66 
    66 
    67 Data structure
    67 Data structure
    68 ==============
    68 ==============
    69 
    69 
    70 Data is split in three kinds of files and messages are grouped by day.
    70 Data is split in three kinds of files and messages are grouped by day.