Skip to main content

Email Migration

Comments

3 comments

  • cPanelLauren
    You could manually extract the backup, find the files and then move them over to the new server. It's a bit of a process but definitely doable. The steps would be something like:
    • Send copy of the backup to your (or their server if they have the space) server - this can be done with FTP or SCP if they have shell access
    • extract the backup - this doesn't even require a domain to be live or valid.
      • through the file manager you can just click extract
      • via ssh you can run something like the following: tar xvzf file.tar.gz
    • Identify what you want to move, mail related files are at /home/user/mail/
    • download/FTP the files to the customer server or use something like rsync to do this
    • ensure permissions/ownership is correct on the newly moved files.
    0
  • Aileen71
    You could manually extract the backup, find the files and then move them over to the new server. It's a bit of a process but definitely doable. The steps would be something like:
    • Send copy of the backup to your (or their server if they have the space) server - this can be done with FTP or SCP if they have shell access
    • extract the backup - this doesn't even require a domain to be live or valid.
      • through the file manager you can just click extract
      • via ssh you can run something like the following: tar xvzf file.tar.gz
    • Identify what you want to move, mail related files are at /home/user/mail/
    • download/FTP the files to the customer server or use something like rsync to do this
    • ensure permissions/ownership is correct on the newly moved files.

    This is such a great help. Thanks.
    0
  • SamuelM
    Hello @Aileen71, You are very welcome! I will go ahead and mark this thread as solved. Please feel free to reply if you have any additional questions. Best regards
    0

Please sign in to leave a comment.