Metadata-Version: 2.1
Name: backup-devops
Version: 0.4.0
Summary: 
License: MIT
Author: eric-therond
Author-email: eric.therond.fr@gmail.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: azure-devops (>=7.1.0b4,<8.0.0)
Requires-Dist: gitpython (>=3.1.41,<4.0.0)
Description-Content-Type: text/markdown

# Azure devops backup

> A tool to make a backup of an azure devops organization

---

## Installation

```
pip install backup-devops
```

## Run the backup process

Configure the environment variables to specify the azure devops organization to backup:
- `AZDEVOPS_BACKUP_TARGET_ORGA`
- `AZDEVOPS_BACKUP_PAT_TARGET_ORGA`

Configure the environment variables for where to host the backup (a target azure devops organization):
- `AZDEVOPS_BACKUP_TARGET_ORGA`
- `AZDEVOPS_BACKUP_PAT_TARGET_ORGA`

```
python -m backup_devops
```

## What is backed up

- source code following the original hierarchy (project, repository (all branches))
- work items and comments
