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/pi...
ibnmbodji
Apr 25, 2021Iron Contributor
Hi
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.
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.