如何自动备份TFS 2010
我正在评估 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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"
这可能对您有所帮助,因为它解释了使用许多不同方法的完整详细备份。
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