docker-volume-backup
Backup and rotate Docker volumes to local storage or remote backends

docker-volume-backup is a lightweight companion container for backing up Docker volumes. It supports both recurring and one-off backups, can store archives locally and/or on remote storage backends, and can rotate old backups automatically.
Key Features
- Scheduled or on-demand backups of one or more Docker volumes
- Multiple targets: local archive plus optional remote backends (S3-compatible, WebDAV, SSH, and others)
- Configurable rotation/pruning of old backups for supported backends
- Optional container stop/restart during backup for improved consistency
- Optional GPG encryption for backup archives
- Notifications for successful or failed backup runs
- Works with Docker Compose and supports Docker Swarm mode
Use Cases
- Automated backups for stateful Docker services (databases, app data, configuration)
- Shipping volume backups to an S3-compatible object store for offsite retention
- Simple backup companion service for homelabs and small production stacks
Limitations and Considerations
- Developed and tested primarily against Docker CE; other engines may work but are not guaranteed
It is designed to be small, easy to integrate into existing Docker stacks, and flexible in where backups are stored. For teams and individuals running stateful containers, it provides a pragmatic approach to volume backups without needing a full backup platform.
Categories:
Tags:
Tech Stack:
Similar Services

rclone
Command-line sync and management tool for cloud and remote storage
rclone is a CLI tool to sync, copy, mount, and serve files across cloud storage providers and standard protocols like S3, WebDAV, FTP, and SFTP.

restic
Fast, secure, deduplicating backup tool for files and directories
Restic is a fast, efficient backup program with encryption, deduplication, snapshots, and multiple storage backends including local, SFTP, REST, and S3-compatible stores.


Duplicati
Encrypted, incremental backups to cloud and remote storage
Open-source backup client for encrypted, compressed, incremental backups to cloud storage and remote servers via SFTP, WebDAV, and more.

BorgBackup
Deduplicating backup tool with encryption and compression.
BorgBackup is a deduplicating backup program with authenticated encryption and compression for Unix-like systems.


Kopia
Cross-platform snapshot-based backup tool with encryption and deduplication
Cross-platform backup and restore tool with snapshot-based incremental backups, client-side end-to-end encryption, compression, and deduplication via CLI and GUI.


Duplicacy
Lock-free deduplicating backup tool with cloud and SFTP storage support
Cross-platform backup tool with lock-free deduplication, encryption, snapshots, and pruning, supporting local disk, SFTP, and many cloud storage backends.

Go
Docker
Bash