Nautical Backup
A Docker container that backs up the bind mounts and volumes of other containers on a schedule.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
About Nautical Backup
Nautical Backup runs as its own Docker container and backs up the data that other containers keep in bind mounts and volumes. On a schedule it stops a container, copies its data, and starts the container again, so files are not copied while they are being written.
It is aimed at home server and self-hosting setups where many services run in Docker and their data needs a regular, consistent copy. Documentation is kept in the repository.
Strengths
- Stops containers before copying for consistent backups
- Runs on a schedule without manual steps
- Deploys as a single Docker container
Limitations
- Only for data used by Docker containers
- Containers are briefly offline during each backup
Details
- Pricing
- FreeFree to use; the source is published on GitHub.
- License
- Open source, license not stated
- Developer
- Minituff
- Platforms
- Linux, Self-hosted
- How it runs
- Self-hosted
- Account
- Not required
- Works offline
- Yes
- Best suited for
- Self-hosters who want scheduled backups of Docker container data
- Categories
- Backup tools, Container tools
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Alternatives to Nautical Backup
Compare allSoftware that can replace Nautical Backup for an important use case, and what changes if you switch.
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 necessarily 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.