README.md 867 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
  • 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