Container image and Helm chart repository for running a production-friendly Duplicacy stack on Kubernetes.
This repo now owns two related deliverables:
drumsergio/duplicacy-container runtime image for Kubernetes-native Duplicacy jobsduplicacy Helm chart that packages the stack around itduplicacy-exporter for Prometheus metricsThe Duplicacy Kubernetes story spans multiple sibling projects:
duplicacy-cli-cron handles the backup execution modelduplicacy-exporter turns backup activity into Prometheus metricsThat stack is bigger than an exporter-only concern, so it lives better in its own repo.
Dockerfile + entrypoint.sh - runtime image for one-shot or cron-style Duplicacy executioncharts/duplicacy - Duplicacy stack chart with backup job, exporter, and optional Web UIduplicacy-exporter log tail mode3875values.schema.json, chart README, and Helm CI/release workflowsextraEnv/extraVolumeshelm repo add duplicacy https://geiserx.github.io/duplicacy-container
helm install duplicacy duplicacy/duplicacy -f my-values.yaml
See the chart documentation for the full values reference and examples.
The Web UI component is intentionally:
disabled by defaultweb.image.*, web.command, web.args, and optional ingress/PVC settingsThis keeps the chart useful without baking in a deployment choice that may not fit every operator or licensing situation.
The bundled image is intentionally minimal:
shoutrrr/config and /etc/periodic/* contentThat lets duplicacy-cli-cron stay focused on reusable scripts and backup recipes while this repo owns the runtime/container distribution.
| Project | Type | Description |
|---|---|---|
| duplicacy-cli-cron | Docker | Docker-based CLI backup automation with cron and Telegram notifications |
| duplicacy-exporter | Prometheus | Prometheus exporter for real-time backup metrics |
| duplicacy-ha | Home Assistant | Home Assistant integration for backup monitoring |
| duplicacy-mcp | MCP | MCP server for monitoring backups from AI assistants |
See also Duplicacy — the lock-free deduplication backup tool this ecosystem is built around.
duplicacy-container is licensed under GPL-3.0-or-later.
Content type
Image
Digest
sha256:0a5d8627b…
Size
28.5 MB
Last updated
3 months ago
docker pull drumsergio/duplicacy-container