No Description

Toastie fa02f7a44d added intro 1 year ago
minio 6a98110cb9 fixed healthcheck 1 year ago
minio-mc fa02f7a44d added intro 1 year ago
restic 7ef105afce added prometheus pushgateway exporter 1 year ago
README.md 49eec4b282 added next steps 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
  • bonus: scripts to push metrics for Prometheus
  • MinIO MC to control MinIO from command line

Next steps

  1. Get your MinIO server running or make use of the IN-Ulm MinIO Service
  2. Setup a S3 bucket with MinIO MC
  3. Setup restic