transfer existing domain from 1 accout to another

transfer existing domain from 1 accout to another

Posted by: shiyan
Posted on: 2007-02-09 14:19:00

What would be the easiest way to transfer an existing domain with a lot of data to another account?

I guess I could download and upload everything again but I'd rather not do that.

Is there perhaps a way to .zip everything via SSH, download that on the other account and unzip?

edit: just figured it out:

on the host you want to transfer away from:

zip domain.com domain

then move domain.zip into domain.com

on the host you are transferring to:

wget http://domain.com/domain.zip

unzip domain

:D


Edited by shiyan on 02/09/07 02:43 PM (server time).

Re: transfer existing domain from 1 accout to another

Posted by: nathan823
Posted on: 2007-02-09 16:23:00

I'm not sure whether you are moving into DH or moving out of DH. But you may want to refer how to do this in DH.

http://wiki.dreamhost.com/index.php/Backup

http://wiki.dreamhost.com/index.php/Automatic_Backup

Re: transfer existing domain from 1 accout to anot

Posted by: shiyan
Posted on: 2007-02-13 06:49:00

thanks, and I found out my method does not work if the domain is too large...

I managed to create a .tar as outlined in the wiki, but it seems I can't use the "wget" command in SSH to move the .tar file to my new DreamHost account... I get a 403 forbidden message :(

Tags: server timemove domainwgetsshguess