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).