README.md 813 B

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