MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Restore SharePoint to Another Server?

  Asked By: Josiah Simon         Date: Apr 30, 2009      Category: MOSS      Views: 245
 

I want to take a complete backup of our Production SharePoint (2007)
site (and all subsites) and restore it to our staging server.

I know there are a few different backup/restore methods available in
SharePoint - which one should I use?

Tagged:          

 

3 Answers Found

 
Answer #1       Answered By: Kristian Chaney          Answered On: Apr 30, 2009       

Have you considered using the Content Deployment features? This should work
very nicely.

 
Answer #2       Answered By: Alicia Scott          Answered On: Apr 30, 2009       

If you are looking to backup  the entire site collection then I recommend using
the stsadm utility. Your command line should look something like this:

stsadm.exe -o backup -url http://servername/site -filename
c:\directory\filename.dat

To restore:

stsadm.exe -o restore  -url http://servername/site -filename
c:\directory\filename.dat

If you only want to backup a site, then use:

stsadm.exe -o export -url http://servername/site -filename
c:\directory\filename.bak

To restore:

stsadm.exe -o import -url http://servername/site -filename
c:\directory\filename.bak

 
Answer #3       Answered By: Taylor Clark          Answered On: Apr 30, 2009       

Speaking of subject lines, it looks like I messed that one up!
Please respond to this one to keep the thread in tact.

 
Didn't find what you were looking for? Find more on Restore SharePoint to Another Server? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].