将网站集另存为网站模板 (.stp) 文件

发布于 2024-08-09 09:06:37 字数 72 浏览 2 评论 0原文

我希望能够将 SharePoint 2007 网站集另存为网站模板 (.stp) 文件。这可能吗?

谢谢,魔法安迪

I would like to be able to save a SharePoint 2007 site collection as a site template (.stp) file. Is this possible?

Thanks, MagicAndi

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

再见回来 2024-08-16 09:06:37

您无法将网站集 (SPSite) 的整个网站结构保存到单个网站模板文件中。网站模板仅适用于单个网站 (SPWeb)。但您可以通过 STSADM 工具备份和恢复网站集。

也许您告诉我们您想要存档的内容,这样您可能会得到更好的答案。

You cannot save the whole website structure of a site collection (SPSite) into a single site template file. A site templates is only for single website (SPWeb). But you can backup and restore a site collection via the STSADM tool.

Perhaps you tell us what you're trying to archive, this way you might get better answers.

下壹個目標 2024-08-16 09:06:37

站点模板 (.stp) 只是给定 SP 站点的“表面”。如果您想备份/恢复整个网站集,您只有几个选择:

stsadm -o restore -url http://mysite/sites/sitecollection -filename myfile -overwrite
stsadm -o import -url http://mysite/sites/sitecollection -filename myfile.cmp -updateversions 2

在这两个中,第一个让我少抓狂。

A site template (.stp) is merely the "surfacing" of a given SP site. If you want to backup/restore an entire site collection you have only a couple of options:

stsadm -o restore -url http://mysite/sites/sitecollection -filename myfile -overwrite
stsadm -o import -url http://mysite/sites/sitecollection -filename myfile.cmp -updateversions 2

Out of these two, the first one made me tear my hair out less.

任性一次 2024-08-16 09:06:37

网站操作 ->站点设置-> (在外观和感觉下)将网站另存为模板

Site Actions -> Site Settings -> (under look and feel) Save site as template
hth

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文