如何自动备份TFS 2010

发布于 2024-09-03 05:37:47 字数 214 浏览 4 评论 0原文

我正在评估 Team Foundation Server 2010。

我想知道是否有一些命令行来备份我的 TFS 数据。 我目前有一个文件夹发送到云端。此备份包含我需要备份的所有数据(例如 MySql 数据库、Word 文档等)

我想要的是一种在一个(或多个)文件中自动备份 TFS 集合(以及任何其他重要的 TFS 数据)的方法在此目录中。

如果有命令行就完美了。

I'm evaluating Team Foundation Server 2010.

I would like to know if there is some command line to backup my TFS data.
I currently have a folder sent to the cloud. This backup contains all the data I need to back up (like MySql databases, word documents, ...)

What I want is a way to automatically backup my TFS collections (and any other important TFS data) in one (or more) file in this directory.

A command line would be perfect.

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

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

发布评论

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

评论(2

韬韬不绝 2024-09-10 05:37:47

TFS 文档 在线 涵盖了这一点。

如果您使用完整的 SQL Server,则可以使用 SQL Server 代理来计划数据库备份,否则使用 Windows 任务计划程序(通过 SQL 命令行工具之一)。但您确实需要编写 SQL 脚本来进行备份,上面链接的文档对此进行了详细说明。

(没有简单的命令行,因为简单的安装与复杂的安装有不同的需求,例如,在大型实例上,备份可能需要几个小时,并且备份同步问题变得复杂。)

附加[编辑2010-08-24]下一个TFS PowerToys 已宣布包含备份和恢复工具(针对非大规模 TFS 设置)。请参阅博客文章:“备份和恢复您的TFS 服务器

The TFS documentation online covers this.

If you are using full SQL Server you can use SQL Server Agent to schedule database backups, otherwise use Windows task scheduler (via one of the SQL command line tools). But you do need to write the SQL script to do the backing up, this is explained in some detail in the documentation linked above.

(There is no simple command line because simple installations have different needs to complex ones, e.g. on a large instance backups can take many hours and issues of synchronisation of the backups becomes complex.)

Additional [edit 2010-08-24] the next TFS PowerToys have been announced to include backup and recovery tools (targeted for non-large scale TFS setups). See the blog post: "Backing up and Restoring your TFS Server"

友谊不毕业 2024-09-10 05:37:47

这可能对您有所帮助,因为它解释了使用许多不同方法的完整详细备份。

http://msdn.microsoft.com/en-us/library/ms253070.aspx

This might be of help to you as it explains a full detailed Backup with many different methods.

http://msdn.microsoft.com/en-us/library/ms253070.aspx

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