Dovecot Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:


=Backup a Mailbox=
=Backup a Mailbox=
On the Dovecot server host:


  cd .../<''user-home''>
  cd .../<''user-home''>

Revision as of 04:46, 21 May 2018

Internal

Backup a Mailbox

On the Dovecot server host:

cd .../<user-home>
tar -cvspf - Maildir | gzip > yyyy.mm.dd-dovecot-IMAP-<user-name>-Maildir.tar.gz

Restore a Mailbox