Link to home
Start Free TrialLog in
Avatar of guessdip
guessdip

asked on

How do i move one site collection from one server to another server in wss 3.0??

Hii All Experts,
 i have wss 3.0 on dev and prod server. in prod server i have three site collections. so i need to move only one site collection from prod server to dev server. i can take whole farm back and restore. but i do not have option to back up only one site collection.

I just want to move only one site collection from prod to dev server.

Thank you in advance.
Avatar of Brad Howe
Brad Howe
Flag of Canada image

Hi,

You can use Backup and restore: Stsadm operations (Office SharePoint Server):

To back up a site collection, you must use the following stsadm command.
http://technet.microsoft.com/en-us/library/cc287967.aspx

ex: stsadm –o backup –url <URL of the site collection> -filename <Name of the backup file>  

To restore a site collection, you must use the following Stsadm command.
http://technet.microsoft.com/en-us/library/cc288929.aspx

ex: stsadm –o restore –url <URL of the site collection> -filename <Name of the backup file>  

* for the restore you will need the same Content DB Name already available or you can use the [-newdatabaseserver] <new database server name>  option to create one on the fly.

Cheers,
Hades666
ASKER CERTIFIED SOLUTION
Avatar of Brad Howe
Brad Howe
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial