we are a team who would like to replicate the TFS from one site into another site. Both are in different domain and cannot communicate in any means. Please suggest the best practices of the same.In addition I am also looking for a standalone tool to give me a detailed report of the TFS environment(which includes the work-items, etc) along with the SQL server attached to it. The intention is to replicate the same environment so that a full backup goes through fine.
Asked
Active
Viewed 222 times
0
-
What is the purpose? Disaster Recovery or having remote teams working on the same data? – Giulio Vian Oct 28 '14 at 11:51
-
Its moving the data from one company to other – Sreeni Oct 28 '14 at 15:22
-
So you want to know how to implement a proper backup/restore? Is this a one-shot or must be done periodically, at what frequency? – Giulio Vian Oct 28 '14 at 15:26
-
Yes we need to perform a proper backup.Its a one shot operation and not periodic. – Sreeni Oct 28 '14 at 15:38
-
Is this the process? http://msdn.microsoft.com/en-us/library/ms404869.aspx – Sreeni Oct 28 '14 at 15:40
2 Answers
0
What you are wanting to do is not possible.
You will need to put your TFS server somewhere accessible to both locations. I would recommend either VSO (TFS.visualstudio.com) or a custom IAAS instance and domain.

MrHinsh - Martin Hinshelwood
- 23,409
- 5
- 46
- 69
0
You want to setup a complete clone of your environment in another site, disconnnected from your. Some key points follows:
- You need a proper backup of the current TFS data, see Backup TFS
- Size the target environment in terms of disk, memory, network, etc.
- Install on the new site a compatible SQL Server version
- Install on the new site the same (or newer) TFS version
- Study the instruction to Clone TFS and apply them on the new site
- Plan for changed environment: Active Directory domain, user accounts
- Topology could be different, you have to rebuild you Build and Test infrastructure or, at least, properly remove the old references from the new site

Giulio Vian
- 8,248
- 2
- 33
- 41