TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Back up your Bitwarden vault in a future-proof and secure way

11 pointsby granddaveover 1 year ago

3 comments

psandorover 1 year ago
You should never store unencrypted secrets, like this export file, on an unencrypted disk. Not even temporarily. Instead, create a small encrypted drive on a pendrive or as a file with LUKS or Veracrypt, mount it, and save the file _directly_ there.
评论 #38353859 未加载
blitzarover 1 year ago
My future-proof and secure backup: Exported to csv - printed on a piece of paper + a copy on a SD card. Locked in my safe.
Havocover 1 year ago
If your self hosting bw then there is a better way. The vault is encrypted at rest. Just back that up via borgbackup. No questionable plain text step. No reminders, just nightly incremental backup
评论 #38365259 未加载