docker-volume-backup VS docker-db-backup

Compare docker-volume-backup vs docker-db-backup and see what are their differences.

docker-volume-backup

Backup Docker volumes locally or to any S3, WebDAV, Azure Blob Storage, Dropbox or SSH compatible storage (by offen)

docker-db-backup

Backup multiple database types on a scheduled basis with many customizable options (by tiredofit)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
docker-volume-backup docker-db-backup
30 10
1,510 712
3.8% -
9.0 9.1
5 days ago 24 days ago
Go Dockerfile
Mozilla Public License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

docker-volume-backup

Posts with mentions or reviews of docker-volume-backup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-07.
  • I have a question about
    1 project | /r/paulsdevblog | 29 Nov 2023
    I am interested in coming up with a backup plan before I get too invested in this setup. I found the docker-volume-backup project that looks like it might be a possible solution. However I'm not sure how to implement it using docker swarm since I am new to all of this. I would be interested in learning what backup solution you use for your docker swarm servers.
  • A Clutter-Free Life: Going Paperless with Paperless-Ngx
    10 projects | news.ycombinator.com | 7 Oct 2023
    How do people usually backup their self-hosted docker services using postgres? I have been using docker-volume-backup [0] and just saving the postgres data directory, but I've found it requires a minute of downtime to backup properly.

    [0] https://github.com/offen/docker-volume-backup

  • What is your preferred way to Backup Docker?
    2 projects | /r/selfhosted | 6 Jul 2023
    Offen: https://github.com/offen/docker-volume-backup
  • Recommended container backup policy
    2 projects | /r/selfhosted | 6 Jun 2023
    To solve points 1,2 i 3 I think it would be best to make the copy by stopping the container first. I've been looking for utilities and I've found some like offen/docker-volume-backup. Again, the disadvantage is that you have to configure everything (mount points, files, users, passwords...) manually for each container, so it is very easy to forget to create the backup of one of them. Also, the scheduling would not be centralised, so the backup wouldn't be run sequentially container after container. I've searched a lot, but I haven't found any good alternative. How are you dealing with the backup of containers?
  • Docker Backup -> new server
    1 project | /r/HomeServer | 12 Mar 2023
  • How to backup bind mounted volumes with Docker rootless?
    1 project | /r/homelab | 27 Feb 2023
    Since I'm using docker rootless, I've run into issues using convenient solutions such as offen. These solutions don't work in a rootless context due to file permissions. The user in the offen container cannot read some directories owned by other containers. This is usually an issue with databases.
  • Self-hosted app resiliency with focus on docker imgs
    2 projects | /r/selfhosted | 25 Feb 2023
    FYI this looks like the actively developed version of that utility: https://github.com/offen/docker-volume-backup
  • Asking for help (host os, backup, exposing to www)
    3 projects | /r/homelab | 19 Feb 2023
    You should have backup OS and data but using a separate backup jobs. Backup OS drive using Timeshift or Veeam Agent. Backup Docker server's containers using Offen or Borg. OS backup would allow you restore operating system while data backup would allow recover files.
  • Online-Speicher als Backup für (teilw. vertrauliche) Dokumente?
    2 projects | /r/de_EDV | 2 Jan 2023
  • How do you backup your Docker volumes?
    4 projects | /r/selfhosted | 29 Nov 2022
    There is the image docker-volume-backup that allows you to make backup but depending on the situation (databases, ...) it is not necessarily the best solution

docker-db-backup

Posts with mentions or reviews of docker-db-backup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-06.
  • Recommended container backup policy
    2 projects | /r/selfhosted | 6 Jun 2023
    I have several dozen containers and I want to establish a good backup policy. Currently, all containers that store data do so by bind mounts to directories on a BTRFS volume. The files are backed up directly from the host. For MySQL/PostgreSQL containers I've been using the fantastic utility tiredofit/db-backup, which does a hot dump of all the data.
  • How do you backup running systems?
    3 projects | /r/selfhosted | 4 Feb 2023
  • Database dumps
    1 project | /r/docker | 19 Sep 2022
    this one (https://github.com/tiredofit/docker-db-backup) can be a solution, but it export only to S3 or compatible storage. ( i use Minio)
  • What is a good tool for doing DB backups?
    3 projects | /r/selfhosted | 14 Sep 2022
    Then went with https://github.com/prodrigestivill/docker-postgres-backup-local for remote productive Postgres backups, https://github.com/foorschtbar/pyd2b2 for local self-hosted docker database backups and might check out https://github.com/tiredofit/docker-db-backup because it looks promising.
  • How to backup docker databases like mysql, mariadb, etc
    3 projects | /r/selfhosted | 22 May 2022
    Take a look at tiredofit/db-backup. I run three containers, one for MariaDB, one for Postgres, and one for InfluxDB (also supports other DB types). It uses the database's native backup mechanism to create a database backup that your backup SW of choice can then pick up each day. Then set your backup SW to ignore the database files each night to eliminate the errors in your backups due to locks, open files, files changed during backup, etc.
  • What do you use to backup your database?
    4 projects | /r/django | 4 Apr 2022
    Cron works just fine but if you’re lazy like me and don’t want to create your scripts yourself, there are prebuilt docker images like https://github.com/tiredofit/docker-db-backup that dumps, compress, encrypts and uploads your backups.
  • Any guide out there on how to do Automatic remote Mariadb backup
    1 project | /r/selfhosted | 5 Dec 2021
    I like do deploy one of these with every database. https://github.com/tiredofit/docker-db-backup Super easy to set up and works with all sorts of databases.
  • Backup, Restore, Upgrade setup for Postgres databases on Unraid.
    1 project | /r/unRAID | 4 Oct 2021
    I run a tiredofit/db-backup for each of my databases to backup the database on a nightly basis. I have a shared volume that I share between this container and my database container. I mount it in /backups in both containers for consistency. I retain 8 copies of the backups, just in case I don't catch something in time, and need to go back and restore to a previous date. This volume is kept on a separate drive from the actual database data (which I keep in /mnt/user/appdata (SSD backed cache pool).
  • Help me think through backing up containerized DBs
    2 projects | /r/selfhosted | 4 Apr 2021
    I built an image a while back that allows you to take scheduled backups of your databases that you could allow your backup software of choice archive and do its thing.
  • Recommend a MySQL/MariaDB backup script?
    3 projects | /r/selfhosted | 13 Jan 2021
    I have MariaDB in a docker container, recently found out about db-backup and set it up to backup MariaDB and now also Postgresql and Redis, though it requires a separate instance for each backup.

What are some alternatives?

When comparing docker-volume-backup and docker-db-backup you can also consider the following projects:

kopia - Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.

mariadb-backup-s3

Offen - Offen Fair Web Analytics

docker-openldap - Dockerized LDAP server with many customizable options

restic - Fast, secure, efficient backup program

AutoMySQLBackup - A fork and further development of AutoMySQLBackup from sourceforge. http://sourceforge.net/projects/automysqlbackup/

paperless-ngx - A community-supported supercharged version of paperless: scan, index and archive all your physical documents

laravel-docker - Laravel PHP docker images

Home Assistant - :house_with_garden: Open source home automation that puts local control and privacy first.

docker-tinc - Docker Mesh VPN service with monitoring

docker-mbsync - A Docker container which runs the mbsync tool automatically to synchronize your email

backblaze-personal-wine-container - Run the Backblaze personal backup client in a docker container