https://github.com/dodevops/azure-advanced-backup
Azure backup of databases and containers in a Kubernetes Cronjob
https://github.com/dodevops/azure-advanced-backup
Last synced: about 2 months ago
JSON representation
Azure backup of databases and containers in a Kubernetes Cronjob
- Host: GitHub
- URL: https://github.com/dodevops/azure-advanced-backup
- Owner: dodevops
- License: mit
- Created: 2022-04-06T09:47:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T06:22:54.000Z (over 1 year ago)
- Last Synced: 2025-12-27T12:22:39.409Z (6 months ago)
- Language: Shell
- Homepage: https://artifacthub.io/packages/helm/azure-advanced-backup/azure-advanced-backup
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Advanced Backup
Azure backup of databases and containers in a Kubernetes Cronjob
## Introduction
This repository contains a container image and a Helm chart for a
solution to backup Azure databases and storages from inside a (Azure) Kubernetes
cluster.
This solution is used in-house and highly opinionated.
Current set of features:
* Backup Azure Database For PostgreSQL database dumps in a container in a backup storage account
* Sync Storage Containers to other containers into a container in a backup storage account
* Snapshot Azure Managed Disks to a VHD file and store it in a container in backup storage account
## Usage
See the [Helm Chart documentation for usage and configuration](helm-charts/azure-advanced-backup/README.md)
## Development
The chart is developed in the directory helm-charts/azure-advanced-backup and the
container image and script in container.
Please keep the [container documentation](container/README.md) and the
[chart documentation](helm-charts/azure-advanced-backup/README.md) up to date after
changing.
Use
$ docker run --rm --volume $(pwd):/helm-docs jnorwood/helm-docs:latest
to update the helm chart documentation.