Zimbra Mailbox Backup and Restore Is Very importance because Backups can help save time and money if these failures occur.
To get the full list of accounts in ZIMBRA server
sudo -u zimbra /opt/zimbra/bin/zmprov -l gaa
Backup any mailbox
Run as root user
[email protected] is email account . you replace with your account
/srv/backup/021222/ this is my backup folder.
sudo -u zimbra /opt/zimbra/bin/zmmailbox -z -m [email protected] getRestURL "//?fmt=tgz" > /srv/backup/021222/[email protected]
Restore mailbox
su - zimbra -c "zmmailbox -z -m [email protected] postRestURL '//?fmt=tgz&resolve=skip' /srv/backup/021222/[email protected]";