我从生产服务器(_admin / SiteAndListExport.aspx)导出了网站。所有cmp文件大小约为8GB。该网站使用EBS(http://technet.microsoft.com/en-us/magazine/2009.06.insidesharepoint.aspx)。
当我尝试使用命令
将该站点导入我的开发环境时Import-SPWeb http://dev2:8080 -Path C:\spbackup\site.cmp
我有错误:
Cannot import site. The exported site is based on the template STS#0 but the destination site is based on the template SPS#0. You can import sites only into sites that are based on same template as the exported site.
在DEV环境中,我使用“稍后选择模板”选项创建了网站。
如何解决该错误?
我想加快导出和导入网站的速度。是否可以使用一些转储EBS提供程序来忽略存储在EBS中的所有文件和附件?
是否可以从ISPExternalBinaryProvider实现中检测到调用RetrieveBinary方法来自export proccess?