Bitwarden Backup

This project uses bw cli, gpg, and sdelete. It will export the vault and any organizations to both json and csv files. It also downloads all attachments into folders. You can zip the export together or gpg encrypt the export as well, the encryption is symmetric and uses your bitwarden vault password.

Usage

Usage:
    bitwardenBackup.ps1 [-zip] [-encrypt] [-verbose]

Options:
    -zip            Zips the export/attachements into a zip
    -encrypt        Encrypts the zip file with gpg symmetric encryption using your vault password
    -verbose        Show verbose information
Description
No description provided
Readme 359 MiB
Languages
Python 79.9%
PowerShell 20.1%