Fernando Lugão Veltem edited Revision 3. Comment: remove en-us from title
Craig Lussier edited Revision 2. Comment: added en-US to tags and title
Craig Lussier edited Revision 1. Comment: added headings and toc
It would be nice to see a PowerShell example. Even though the target is SharePoint 2007, this is certainly possible...
Hi Craig,
Thanks for your valuable comment. I have created a powershell script that works in the same way. Have a look at this social.technet.microsoft.com/.../how-to-export-and-import-a-site-using-powershell-script-in-sharepoint-2007-and-sharepoint-2010.aspx
I hope this will help you out.
Thanks,
Rahul Rashu
Your contribution to the community is appreciated. Cheers. C.
Nice, thank You!
Can You please give examples of input values? I see log and suppose that it works wrong for me(exports all sites together and I don't understand where)
Hi Rockie,
The first input is the URL of source site.
The second one is the URL of destination site.
The third one is the location where you want to save the exported files. For example:-F:\backup
The fourth one is the name of the base backup file you want for example export.bak.
The fifth and sixth ones are the locations of your export and import log file location along with the file names.
Do let me know if it helps you out.