Thom,
Feel free to ask any specific questions you may come across.
Jeff
My learning disabity got me on this....I tried this:
Moving Sites to DA Machine
create domain user
do dns
Saving information on RaQ
From the main domain directory on the RaQ
cd /home/sites/sitewhatever
tar -czvf <domain>.web.tar.gz web/
Then, send it to the DA machine
scp <domain>.web.tar.gz
[email protected]ervername:.
Log into the DA machine as admin
cd to the home/<domain>/domains/domainname
untar the file which is in /home/admin
tar -xzvf /home/admin/<domainname>.web.tar.gz
Then remove the public_html
rm -Rf public_html/
Now change the /web to public_html and set permissions
mv web public_html
chmod 755 public_html
Then change the ownership
chown <username> public_html
chgrp <username> public_html
To test it...I moved the web stuff from domain a on the Raq to Domain B on the DA machine....it all seems to work(other than the cgi stuff that needs to have path adjustments)
The domain on the RaQ has some users....so:
Login as domain user
create and email accounts and ftp users
Now I'm stumped....I think I need to tar the /home/sites/sitenumber/users on the RaQ.....but where should I transer it to?
So now I'm getting real fuzzy
The user webpages in the RaQ are in /home/sites/sitewhatever/users/web
and on the DA box in
/home/domainname/domains/domainname/public_html
I think the mail stuff is identical....as the mailfiles are in /var/spool/mail on both machines
If the stuff about the user websites is correct....where should I place the tarball so that when I extract the files they end up in the right place?
After reading that it only takes 15 minutes per site, I started to laugh insanely and figured I would teach my daughter how to do it so that as I die at the keyboard she cam complete the migration.
Thanks in advance to clearing away the murkiness.
Thom