diff options
author | Badlop <badlop@process-one.net> | 2009-01-09 22:59:37 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-01-09 22:59:37 +0000 |
commit | 91897882d289dd8a45cc15125163f29e632c2a82 (patch) | |
tree | a2b0a4e9b7c67b014a2b6348f9ba0d59f45469b4 /doc/guide.tex | |
parent | * src/mod_configure.erl: Fix access check for vhost configuration (diff) |
* doc/guide.tex: Improve explanation of backup commands (EJAB-832)
* doc/guide.html: Likewise
SVN Revision: 1792
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index c3fb6db07..239c9e581 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3771,8 +3771,21 @@ The more interesting ones are: \titem{reopen-log} Reopen the log files after they were renamed. If the old files were not renamed before calling this command, they are automatically renamed to \term{"*-old.log"}. See section \ref{logfiles}. -\titem {backup, restore, install-fallback, dump, load} You can use these - commands to create and restore backups. +\titem {backup ejabberd.backup} + Store internal Mnesia database to a binary backup file. +\titem {restore ejabberd.backup} + Restore immediately from a binary backup file the internal Mnesia database. + This will comsume quite some memory for big servers. +\titem {install-fallback ejabberd.backup} + The binary backup file is installed as fallback: + it will be used to restore the database at the next ejabberd start. + Similar to \term{restore}, but requires less memory. +\titem {dump ejabberd.dump} + Dump internal Mnesia database to a text file dump. +\titem {load ejabberd.dump} + Restore immediately from a text file dump. + This is not recommended for big databases, as it will consume much time, + memory and processor. In that case it's preferable to use \term{backup} and \term{install-fallback}. %%More information about backuping can %% be found in section~\ref{backup}. \titem{import-file, import-dir} \ind{migration from other software} |