Is it possible to restore only email accounts from a backup file?
Thank you in advance.
move/copy to /home/backup folder then go to :8090/backup/restoreSite (if im not wrong in understanding your problem)
Just create new emails with same email copy vmail directory from old server and move it to new server
2 Likes
@shoaibkk thank you so much.
To clarify @shoaibkk answer:
To restore the emails you need to do the following steps:
- Create emails on old-server/new-server
- Extract the backup archive if you have a backup archive
- copy the content form backup or old-server to the new-server/new-location ( if you restore from backup archive just copy files to /home/vmail/domain.ltd )
- Fix permission if needed ( optional )
Example:
$ rsync -aP --append --partial /home/domain.ltd/extracted-backup-folder/vmail/* /home/vmail/domain.ltd/
$ chown -R vmail:vmail /home/vmail/domain.ltd/*