<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
Sure, did it many times as we shuffled sites among servers.  Just cmuExport the ones you want off the old box and cmuImport to the new.  
<br />
<br />You MAY run into problems with conflicting usernames as you import.  Just hit (C) to change the name.  If you had a "john" on both the old and the new, rename the user to "john2" as he imports to the new server.  Its a bit of a PIA for the user, he has to change his e-mail client for a different login.  But he can always keep "john" as an alias and so the same e-mail address in his domain.
<br />
<br />If you have some sites you're moving, but not everything off of the old server - use a script to automate it.  Go into /home/cmu and put in a list of sites you'll migrate with "ls -1 /home/sites/ > sites.txt".  Edit that list to include just the ones you'll migrate.  Then use "for site in `cat sites.txt`; do cmuExport -n $site; done".  When it completes - it will have performed a cmuExport for each of the sites in that list "sites.txt".  Tar them up, copy to the new server with scp, untar, and install with cmuImport.  Easy!
<br />
<br />But don't forget your MySQL databases if any of those moved sites use MySQL.  That's a bit more work.  And can raise some problems if there are specific MySQL users with permissions to some of the databases but not others.  Too much to describe here, shoot a message if you need more description of that.
<br />
<br />
<br />Chuck
<br />
<br />
<br /><font size="2">
<br />
<br /><b>---------- Original Message 
-----------</b>
<br />
From: Paul <paul@planetcentral.net> 

<br />
To: BlueOnyx General Mailing List <blueonyx@blueonyx.it> 

<br />
Sent: Tue, 11 Aug 2009 00:34:51 +0100 

<br />
Subject: [BlueOnyx:02003]  Partial CMU migrate from BQ to BO? 

<br />

<br />> Just wondered if it was possible to do a site by site or partial  

<br />> 

migration from a BQ to a BO box? I have a couple of sites on a BQ box i  

<br />> 

would like to move to an existing BO box.....i can retire the old box  
<br />> 

then... 
<br />> 
<br />> 

If it's possible, has anyone tried it, and any advice? 
<br />> 
<br />> 

Thanks 
<br />> 

Paul 
<br />> 

_______________________________________________ 
<br />> 

Blueonyx mailing list 
<br />> 

Blueonyx@blueonyx.it 
<br />> 

<a target="_blank" href="http://www.blueonyx.it/mailman/listinfo/blueonyx">http://www.blueonyx.it/mailman/listinfo/blueonyx</a> 

<br /><b>------- End of Original Message 
-------</b>
<br />

</font>
</BODY>
</HTML>