Mercurial > prosody-modules
comparison mod_storage_xmlarchive/README.markdown @ 3459:471855552f49
mod_storage_xmlarchive/README: Add reminder about backups
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 24 Jan 2019 13:39:33 +0100 |
parents | 7b97abf26612 |
children | f25b0623b276 |
comparison
equal
deleted
inserted
replaced
3458:adf84d6a457d | 3459:471855552f49 |
---|---|
67 | 67 |
68 Where `$DIR` is `to` or `from`, `$STORE` is e.g. `archive` or `archive2` | 68 Where `$DIR` is `to` or `from`, `$STORE` is e.g. `archive` or `archive2` |
69 for MAM and `muc_log` for MUC logs. Finally, `$JID` is the JID of the | 69 for MAM and `muc_log` for MUC logs. Finally, `$JID` is the JID of the |
70 user or MUC room to be migrated, which can be repeated. | 70 user or MUC room to be migrated, which can be repeated. |
71 | 71 |
72 ::: {.alert .alert-danger} | |
73 Since this is a destructive command, don't forget to backup your data | |
74 first. | |
75 ::: | |
76 | |
77 | |
72 Data structure | 78 Data structure |
73 ============== | 79 ============== |
74 | 80 |
75 Data is split in three kinds of files and messages are grouped by day. | 81 Data is split in three kinds of files and messages are grouped by day. |
76 Prosodys `util.datamanager` is used, so all special characters in these | 82 Prosodys `util.datamanager` is used, so all special characters in these |