Mention backup info of iRedMail Easy platform.

This commit is contained in:
Zhang Huangbin 2019-06-17 11:57:26 +08:00
parent 97d1b1f165
commit 4acfe2ad34
2 changed files with 19 additions and 0 deletions

View File

@ -284,6 +284,15 @@ overrode by the last one.
store the jail config files), then use `custom.sh` to create symbol link
of jails you want to enable under `/etc/fail2ban/jail.d/`.
## Backup
- iRedMail Easy generates daily cron jobs to backup mail accounts and SQL/LDAP
databases (stored under `/var/vmail/backup/` by default), but not mailboxes, you
need to backup mailboxes yourself.
- Files under `/opt/iredmail/custom/` contain all your custom settings. If you need to
restore a iRedMail Easy server to another one, please copy `/opt/iredmail/custom/`
to new server first, then perform the iRedMail Easy deployment.
## References
* [Dovecot: Including config files](https://wiki.dovecot.org/ConfigFile#Including_config_files)

View File

@ -40,6 +40,7 @@
<li><a href="#fail2ban">Fail2ban</a></li>
</ul>
</li>
<li><a href="#backup">Backup</a></li>
<li><a href="#references">References</a></li>
</ul>
</li>
@ -297,6 +298,15 @@ shell script to do even more complex customization.</p>
store the jail config files), then use <code>custom.sh</code> to create symbol link
of jails you want to enable under <code>/etc/fail2ban/jail.d/</code>.</li>
</ul>
<h2 id="backup">Backup</h2>
<ul>
<li>iRedMail Easy generates daily cron jobs to backup mail accounts and SQL/LDAP
databases (stored under <code>/var/vmail/backup/</code> by default), but not mailboxes, you
need to backup mailboxes yourself.</li>
<li>Files under <code>/opt/iredmail/custom/</code> contain all your custom settings. If you need to
restore a iRedMail Easy server to another one, please copy <code>/opt/iredmail/custom/</code>
to new server first, then perform the iRedMail Easy deployment.</li>
</ul>
<h2 id="references">References</h2>
<ul>
<li><a href="https://wiki.dovecot.org/ConfigFile#Including_config_files">Dovecot: Including config files</a></li>