MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Move individual sites to new site collection

  Asked By: Pankaj Das         Date: Dec 23, 2007      Category: MOSS      Views: 399
 

What's the best way to move an individual site to a new site
collection?

I have a fresh MOSS installation. I successfully backed up a SP2003
database and restored it into MOSS into its own web application - the
sites came through pretty good. However, I'd like to start with a fresh
portal on a fresh site collection. There are a few sites that I'd like
to move from the site collection with the restored data, to the brand
new site collection. Does that make sense?

Tagged:              

 

5 Answers Found

 
Answer #1       Answered By: Vincent Griffin          Answered On: Dec 23, 2007       

Stsadm -o export/import and/or the backup/restore functionality in
SharePoint Designer is your best bet. You may lose a few things (like
membership and permissions) depending on the specifics of your
situation, but it's the most complete solution available unless you're
looking to write a LOT of custom code.

 
Answer #2       Answered By: Antoine Barker          Answered On: Dec 23, 2007       

I'll try both to see which one works better for me. Can you
point me to an example of the export/import syntax - i.e., what would
I type exactly?... I'm not so swift with the stsadm command line -
although I did figure out how to add the content of my restored  site
collection to MOSS using stsadm.

 
Answer #3       Answered By: George Watson          Answered On: Dec 23, 2007       

technet2.microsoft.com/.../188f006d-aa66-4784-a6
5b-a31822aa13f71033.mspx?mfr=true for the stsadm reference guide. The
major difference between the 2 is that stsadm must be run on the server,
where the SPD option can run remotely.

 
Answer #4       Answered By: Gabriel Patterson          Answered On: Dec 23, 2007       

The export switch also has the capability to bring
over permissions. It's good  stuff. The only thing
I've heard about using the export command, though, it
is that it's not stateful. Certain items like
discussion forums seem to act differently. Has anyone
else experienced this behavior?

 
Answer #5       Answered By: Victor Hughes          Answered On: Dec 23, 2007       

Yes, it will bring over permissions most of the time, but there are a few corner
cases that don't work. I haven't seen the discussion forum behavior do
you have a specific example?

 
Didn't find what you were looking for? Find more on Move individual sites to new site collection Or get search suggestion and latest updates.


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