Metadata-Version: 2.1
Name: backup-devops
Version: 0.1.0
Summary: 
Author: eric-therond
Author-email: eric.therond.fr@gmail.com
Requires-Python: >=3.10
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

```
poetry install
```

## 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`

```
poetry shell
```

## What is backed up

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