Is it possible to move SP data from one server to another and into adifferent hierarchy? If so, how?Example source http://server1/sites/site1 move tohttp://server2/sites/abc/new_site1.
Use smaigrate:smigrate -w http://server1/sites/site1 -f \\share\folder\site1.fwpThensmigrate -r -w http://server1/sites/abc/new site1 -f \\share\folder\site1.fwp
My knowledge base is strictly WSS and since you didn't specify whichversion of Sharepoint you're using I'll chime in.You can use SMIGRATE to move subsites (also called webs) from one SiteCollection to another. If site1 is a subsite in your example thanSMIGRATE will do exactly what you want to do. You'll have to recreateyour permissions but Keith Ritchie has written some utilities to easethat pain. Google for SPUserUtil to get started down that road.You can use STSADM to move Site Collections around If in your examplesite1 is a Site Collection than STSADM will do what you want to do.