Skip to main content

Copy Email From Backup to New Server?

Comments

6 comments

  • Eminds
    Yes, you should be able to do it. Make either a tar.gz or a zip file and then move it. After you have restored, make sure the permissions are configured correctly.
    0
  • 24x7server
    Hi, You can use the below command on the new server: # rsync -avHP root@:/home//mail/ /home//mail/ This will sync the mail data from old to new.
    0
  • keat63
    The servers are in different data centers/hosts, one of which I don't have root access.
    0
  • cPanelMichael
    Hello, Have you considered using the imapsync utility? HOW TO: Using IMAPSync to Transfer mail from server to server It shouldn't take any longer than a normal file transfer would take. Thank you.
    0
  • keat63
    This is a one time thing, so I can't justify the $50 price tag. I found the files in my original backup, so I'm sending them via FTP to the new server. My initial test would indicate that it works.
    0
  • cPanelMichael
    Hello, I'm glad to see the method you are using is working well. Remember to access FTP as the account username when uploading the files and to run the "/scripts/mailperm $username" command after transferring the email data to make sure the permission values are correct. Thank you.
    0

Please sign in to leave a comment.