diff --git a/en_US/faq/backup.restore.md b/en_US/faq/backup.restore.md index 202b7f5f..4acefc4c 100644 --- a/en_US/faq/backup.restore.md +++ b/en_US/faq/backup.restore.md @@ -3,6 +3,17 @@ [TOC] ## Backup + +### Backup mailboxes + +All mailboxes are stored under `/var/vmail/vmail` by default, this path is +configurable during iRedMail installation, so the real directory may be +different on your server. + +Mail messages are stored in Maildir format by default, that means one mail +message is one plain text file (but mail body is encoded), you can backup +mailboxes with tool like `rsync` or other backup tools. + ### Backup mail accounts Mail accounts are stored in SQL/LDAP database. iRedMail provides shell scripts diff --git a/html/backup.restore.html b/html/backup.restore.html index 694fb8b2..81bee6d5 100644 --- a/html/backup.restore.html +++ b/html/backup.restore.html @@ -20,6 +20,7 @@