Built-in Auto Backup in Web App #5645
Replies: 4 comments 9 replies
-
|
Not sure what you expect? Vaultwarden can't decrypt the data and export a special encrypted version. Best would be to just backup the database and be done with it i think. |
Beta Was this translation helpful? Give feedback.
-
|
Maybe extend backup section in admin console of adding a cron pattern and number how much backups should be stored? |
Beta Was this translation helpful? Give feedback.
-
|
Probably relevant: https://github.com/dani-garcia/vaultwarden/wiki/FAQs#i-have-a-feature-request-for-the-web-vault-or-any-other-client |
Beta Was this translation helpful? Give feedback.
-
|
Speaking to the feature request from @tajamalqaiser, if you want to forward a backup to other systems, that should be plumbed yourself. Vaultwarden can't be reasonably expected to support every backup backend under the sun, nor should it. Maintainers have better things to focus their energy on. As of Vaultwarden @mttkrb's comment is pretty interesting. This is something I'd love to see in Vaultwarden too, and it's exactly what other self-hosted apps do (Immich, for example, generates nightly database dumps, and so does Photoprism). Backups are trivial then; here's my nightly backup service for immich, for example: Automatic nightly backups would simplify my backup process. Right now, I need to cleanup old backups, exec into the container to trigger the backup, then copy db/sends/attachments to the backup location. If backups were automatic, I just need filesystem access. @BlackDex what are your thoughts on supporting nightly sqlite backups? I could stake a stab at this, but I'm not a Rust developer and could be take a bit of effort. The first iteration could be dead simple:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Vaultwarden team!
First off, big thanks to the maintainers for all the work you do! I’ve been exploring the repo and community discussions, and I keep seeing how important frequent backups are to prevent data loss. That got me thinking—wouldn't it be great if the Vaultwarden web app itself had a built-in option for automated backups?
Idea 💡
A simple feature in the web app settings that lets users:
The encryption would be pre-configured within Vaultwarden to ensure backups are always secure before they leave the server.
Why This Would Be Cool 🚀
I know there are ways to back up data manually, but having this built into the web app UI with built-in encryption would make it way more convenient and secure. Would love to hear what the maintainers and community think!
Beta Was this translation helpful? Give feedback.
All reactions