Alternatives to Nautical Backup
A Docker container that backs up the bind mounts and volumes of other containers on a schedule. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Nautical Backup
A Docker container that backs up the bind mounts and volumes of other containers on a schedule.
Replacements
Listings that take over the same core job as Nautical Backup.
docker-volume-backup
A small companion container that backs up Docker volumes to local disk or remote storage.
docker-volume-backup is a lightweight companion container under 25 MB that sends Docker volume backups to local disk or remote targets such as S3, WebDAV and SSH.
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.
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.
Kopia
An encrypted snapshot backup tool with both a command line and a proper desktop app, pointed at whatever storage you choose.