SharePoint Site Backup and Recovery
1. Create a new SharePoint site, stop after successfully expand SPS (do not choose site template)
For the establishment and extension of the establishment of SharePoint sites, please refer to SharePoint User Manual
2. Use the console program to implement site migration
1. Open the Windows console program to transfer the current directory to the address:
CD C: / Program Files / Common Files / Microsoft Shared / Web Server Extensions / 60 / BIN /
2. Enter the following command line, return to the site:
Smigrate -r -w
3. Site backup command line:
Smigrate -w
4. IIS restart display interface:
NET STOP "SQLServerAgent"
NET STOP "MSSQLSERVER"
Net Start "MSSQLServer"
Net Start "SQLServerAgent"
3. Configure the DLL assembly, configure XML
Drag the Kaneboy.spsWorkflow.dll in the site compressed package to the following directory C: / Windows / askEMBLY /
Drag the workflowconfig.xml in the site compressed package to the local hard drive
(Such as c: / inetpub / wwwroot)
Go to the following directory C: /Windows / Microsoft.Net/framewrok/v1.1.4322/config
Open file with text editor Machine.config
Define DLL settings in this file
Save Document Exit Complete DLL and XML Settings
Site recovery!