Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swisscom/backman
:minidisc: a cloud-native app to backup and restore databases
https://github.com/swisscom/backman
backup cloudfoundry elasticsearch kubernetes mongodb mysql postgresql prometheus
Last synced: 3 months ago
JSON representation
:minidisc: a cloud-native app to backup and restore databases
- Host: GitHub
- URL: https://github.com/swisscom/backman
- Owner: swisscom
- License: apache-2.0
- Fork: true (JamesClonk/backman)
- Created: 2019-08-23T19:10:50.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-01T13:21:30.000Z (6 months ago)
- Last Synced: 2024-05-02T08:21:40.797Z (6 months ago)
- Topics: backup, cloudfoundry, elasticsearch, kubernetes, mongodb, mysql, postgresql, prometheus
- Language: Go
- Homepage:
- Size: 17 MB
- Stars: 45
- Watchers: 5
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - swisscom/backman - :minidisc: a cloud-native app to backup and restore databases (postgresql)
README
# :minidisc: backman
[![CircleCI](https://circleci.com/gh/swisscom/backman/tree/master.svg?style=shield)](https://circleci.com/gh/swisscom/backman/?branch=master)
[![CircleCI](https://img.shields.io/github/workflow/status/swisscom/backman/snyk%20golang%20scan?label=snyk%20code)](https://github.com/swisscom/backman/actions/workflows/snyk-golang.yml)
[![CircleCI](https://img.shields.io/github/workflow/status/swisscom/backman/snyk%20container%20scan?label=snyk%20container)](https://github.com/swisscom/backman/actions/workflows/snyk-container.yml)
[![License](https://img.shields.io/badge/license-Apache--2.0-lightgrey)](https://github.com/swisscom/backman/blob/master/LICENSE)
[![Platform](https://img.shields.io/badge/platform-Cloud%20Foundry-lightblue)](https://cloudfoundry.org/)
[![Platform](https://img.shields.io/badge/platform-Kubernetes-blue)](https://kubernetes.io/)a backup-manager app for [Cloud Foundry](https://www.cloudfoundry.org/) and [Kubernetes](https://kubernetes.io/)
## Supported databases
- 🐬 MariaDB / MySQL
- 🐘 PostgreSQL
- 🥭 MongoDB
- 🌸 Elasticsearch
- 🏮 Redis## Usage
- [How to use backman?](/docs/usage.md)
## Configuration
- [How to configure backman?](/docs/configuration.md)
- [Cloud Foundry specific configuration guide](/docs/cloudfoundry/configuration.md)
- [Kubernetes specific configuration guide](/docs/kubernetes/configuration.md)## Deploy
- [How to deploy backman on Cloud Foundry?](/docs/cloudfoundry/deployment.md)
- [How to deploy backman on Kubernetes?](/docs/kubernetes/deployment.md)## Metrics
- [Metrics in backman](/docs/metrics.md)
## API
- [How to use the backman API?](/docs/usage.md#the-api)
## Screenshots
##### show all configured service instances
![backman services](/static/images/backman_services_listing.png "backman services")
##### display service, trigger backups or restores
![backman service](/static/images/backman_service_view.png "backman service")