this post was submitted on 06 Jul 2026
58 points (100.0% liked)

Selfhosted

60589 readers
1526 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the link in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post. )

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hi everyone,

I'm happy to share that Portabase now supports Docker volume backup and restore!

Portabase is an open-source, self-hosted backup and restore platform, currently supporting 9 databases including PostgreSQL, MariaDB, MongoDB, Redis, and more.

We’re now expanding it to cover Docker volumes too, because many self-hosted apps do not store critical data only in databases.

Typical use cases include WordPress uploads, Nextcloud user files, media libraries, app configuration data, and more generally any self-hosted service where critical data lives in Docker volumes.

The goal is still the same: make backup and restore simple, reliable, and easy to operate. Portabase uses a central server with lightweight agents running close to your workloads.

If you find bugs, please open an issue on GitHub, we’re actively looking for feedback.

Thanks!

all 5 comments
sorted by: hot top controversial new old
[–] yestalgia@lemmy.world 2 points 4 days ago (1 children)

Is there any competition or is this the first of its kind for Docker? Curious as I'm new to self-hosting.

[–] KillianLarcher@lemmy.world 2 points 4 days ago (1 children)

There are a few other tools. Docker Desktop has some backup-related tooling, but not through a web UI. Portainer may cover part of it too, but I’m not 100% sure.

You can also use generic file-level backup tools, since Docker volumes are basically files at the end of the day.

Portabase is more focused on backup and restore workflows. The goal is to have the full ecosystem around that: storage providers, notifications, retention policies, RBAC, agents, homogenous migration, etc.

[–] yestalgia@lemmy.world 3 points 3 days ago (1 children)

Nice. I'd like to change Linux distros on my server but the main thing holding me back was all my containers, sidecars, reverse proxies, etc. If I could easily back up and restore that would be amazing.

[–] KillianLarcher@lemmy.world 1 points 3 days ago

Feel free to give it a try if you have time, and don’t hesitate to open GitHub issues if you run into any bugs.