创建网站集之前导入 SharePoint 网站
我已从一台 SharePoint 服务器导出了多个网站。我已创建一个 Web 应用程序 (url http://jps),但尚未创建网站集。我正在尝试将这些网站导入另一台服务器,但有三个问题。
1) 我是否需要创建一个空网站集来导入?
2) 如果我导出顶级网站集,导入时是否会添加其下的所有子网站,还是需要导出和导入每个子网站,然后使用“网站内容和结构”页面进行管理?
3)运行以下命令时出现错误:
stsadm -o 导入 -url http://jps/gpwkspace - 文件名 “E:\Backups\JPsExport\jp_gpwkspace.dat” -包括用户安全
网站http://jps/gpwkspace 可以 在 Web 应用程序中找不到 SPWeb应用程序名称=SharePoint - jps80 Parent=SPWebService。
I've exported a number of sites from one SharePoint server. I have created a web application (url http://jps) but have not yet created a site collection. I am attempting to import these sites on another server, and have three questions.
1) Do I need to create an empty site collection to import to?
2) If I export the top-level site collection, will the import add all of the subwebs beneath it or do I need to export and import each sub web and then use the Site Content and Structure page to manage?
3) I am getting an error when running the following command:
stsadm -o import -url
http://jps/gpwkspace -filename
"E:\Backups\JPsExport\jp_gpwkspace.dat"
-includeusersecurityThe site http://jps/gpwkspace could
not be found in the Web application
SPWebApplication Name=SharePoint -
jps80 Parent=SPWebService.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
导出用于从网站集中导出子网站,而不是整个网站集。
我认为备份和恢复就是您正在寻找的(?)
创建网站集(空网站)并恢复备份。这将导入所有子站点。
Export is used to export subsite from a site collection and not the whole site collection.
I think backup and restore is what you are looking for (?)
Create a site collection (empty site) and restore the backup. This will import all the sub sites.
1)是的,创建一个空白站点或其他什么,它将被覆盖,但您需要有一些东西(可能有一个 stsadm 参数来避免这种情况,但通过 stsadm 或中央管理创建一个空的空白站点是直接的,所以.. .)
2) 导出>在网站集级别导入将导出然后导入下面的所有内容。
3)您是否有一个有效的网络应用程序(我想是的,jps80)和至少一个网站集(请参阅我的第一个答案),即使它是一个空白网站?
1) Yes, create a blank site or whatever, it will be overwritten but you need to have something present (there might be a stsadm parameter to avoid this, but it's straigthforward to create an empty blank site through stsadm or central admin so ...)
2) Export > Import at the site collection level will export and then import everything underneath.
3) Do you have a valid web application (I guess so, jps80) and at least one site collection (see my first answer) even if it's a blank site ?