Forum Discussion
harshalvaidya
Apr 23, 2021Copper Contributor
Azure DevOps Project Backup
Hi all,
Is there any way to backup entire project in Azure DevOps (one click backup). I don't feel there is any option to do so in an organization.
However individual items/repos/artifacts/pipelines can be exported but its a cumbersome process; if your project size is large!
5 Replies
Sort By
- CourtzzCopper Contributor
harshalvaidya we have actually completed this work for http://https//backrightup com platform called Backrightup (backrightup.com)
We focused on being able to restore all the underlying entities first and then we have rolled that into a parent job for our customers.
I'd be happy to have a call and show you
- pradip10Copper ContributorI have the same ask as well.
- jdunnyCopper ContributorI'm also looking for a solution like this. We need to create a backup of our work items and their relationships with all details. Anything like this exist yet?
- ibnmbodjiIron ContributorHi
This feature doesn't exist .
You need to export individual items as you mentionned . For Azure Repos for example you can setup a pipeline with tasks to git clone and copy files to Azure Blob . For Azure Boards you can bulk export items and so on so forth . For most of the components solutions can be automated .
You can consider also using Azure DevOps server in a VM and backup this VM.