Alternatives to docker-volume-backup
A small companion container that backs up Docker volumes to local disk or remote storage. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
docker-volume-backup
A small companion container that backs up Docker volumes to local disk or remote storage.
Replacements
Listings that take over the same core job as docker-volume-backup.
Nautical Backup
A Docker container that backs up the bind mounts and volumes of other containers on a schedule.
Nautical Backup also runs as a single Docker container, stopping containers before copying bind mounts and volumes for consistency, so they are briefly offline during each backup.
Similar software
Related functionality, not a direct replacement.
restic
A single-executable backup program that makes encrypted, deduplicated snapshots and can send them almost anywhere.
Kopia
An encrypted snapshot backup tool with both a command line and a proper desktop app, pointed at whatever storage you choose.
Velero
Backup, restore and migration tool for Kubernetes clusters.
K8up
A Kubernetes operator that backs up persistent volumes and application data using restic.
Backrest
Schedule and restore restic backups through a browser interface.