No Description

Toastie dbe73f99ff added comment for port mapping 1 year ago
minio dbe73f99ff added comment for port mapping 1 year ago
minio-mc d2fb848d8c shortened 1 year ago
restic 7ef105afce added prometheus pushgateway exporter 1 year ago
KEY-GENERATION.md 7c1097c3b5 added pwgen command 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