A database backup tool with web interfaces.
- Support custom commands.
- Obsolete files will be deleted automatically.
- Support the backup files copy to simple data storage(s3).
- Automatic backup in everyday night.
- Webhook support
docker run -d \
--name backup-db \
--restart=always \
-p 9977:9977 \
-v /opt/backup-db-files:/app/backup-db-files \
jeessy/backup-db