简体   繁体   中英

how to backup a project on tfs 2010

我在备份tfs 201时遇到问题。我们可以在TFS 2010上备份单个项目吗?有人在tfs 10之前知道单个项目吗?

Backing up a single project was never a supported option with TFS. There are too many dependencies in the database.

Of course you can backup the whole project collection (which you hopefully do already regularly). If you want to look at an older state of the project, you will have to restore the whole collection backup to another instance of TFS. You can use the same database server, you just need an additional, independent application tier (with its own, new TFS configuration database).

If you want to restore bits of an older project state into the current instance, do the restore as mentioned above, then transfer what you need. Source code through the file system, WorkItems can often be transferred quite nicely with the "Open Query in Excel" feature, though you don't get access to all WI-columns that way (links don't work, for example).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM