No Description

Toastie 1676d51f9e added intro 1 year ago
minio 6a98110cb9 fixed healthcheck 1 year ago
minio-mc ce74bf7d67 Merge branch 'master' of https://git.in-ulm.de/ulpeters/minio 4 years ago
restic 7ef105afce added prometheus pushgateway exporter 1 year ago
README.md 1676d51f9e added intro 1 year ago

README.md

Containerized Cloud Backup

In this repository you'll find everything to get your own containerized cloud backup going. We'll make use of:

  • Restic, a modern backup program
  • MinIO, an Amazon S3 compatible object storage, as backup target
  • Docker Compose for orchistration
  • cron (in the restic container) to schedule backups
  • scripts to run new and clean up old backups
  • scripts to push metrics for Prometheus
  • MinIO MC to control MinIO from command line

References