Backup Companyweb using Smigrate on the source server:
- Click Start, and then click Run. 
 - Type CMD and click OK. 
 - In the Command Prompt, type cd %ProgramFiles%\Common Files\Microsoft 
Shared\web server extensions\60\bin, and press ENTER. 
 - Type smigrate -w https://companyweb:444 -f c:\backup.fwp, and press 
ENTER. 
 - Copy the file to the C:\ drive of the second server.
 
Restore Companyweb using Smigrate on the new server:
- On the new server, click Start, point to All Programs, point to 
Administrative Tools, and then click SharePoint Central Administration. 
 - On the Central Administration page, under Virtual Server Configuration, 
click Configure Virtual Server Settings. 
 - On the Virtual Server List page, click the companyweb. 
 - On the Virtual Server Settings page, under Virtual Server Management, 
click Remove Windows SharePoint Services from virtual server. 
 - In the Remove Windows SharePoint Services section, select Remove and 
delete content databases, and then click OK. 
 - Click OK twice to continue. 
 - On the Central Administration page, under Virtual Server Configuration, 
click Extend or upgrade virtual server. 
 - On the Virtual Server List page, click the companyweb. 
 - In the Provisioning Options section, select Extend and create a new 
content database. 
 - On the Extend and Create Content Database page, in the Application Pool 
section, select Use an existing application pool, and then select 
DefaultAppPool (NT AUTHORITY\NETWORK SERVICE). 
 - In the Site Owner section, specify the administrator's e-mail address 
in the E-mail field. 
 - In the Database Information section, uncheck Use default content 
database server, and type STS_ServerName_1 in the Database name field. 
Click OK. 
 - Close the IE Windows when Companyweb virtual server is successfully 
extended. Do not connect to http://companyweb and apply a site template at 
this point. 
 - Click Start, and then click Run. 
 - Type CMD and click OK. 
 - In the Command Prompt, type cd %ProgramFiles%\Common Files\Microsoft 
Shared\web server extensions\60\bin, and press ENTER. 
 - Type smigrate -r -w https://companyweb:444 -f c:\backup.fwp, and press 
ENTER. 
 - When the command is finished, click Start, and then click Run. 
 - Type http://companyweb, and click OK. All the site content should be 
restored.