No description
  • Python 79.9%
  • PowerShell 20.1%
Find a file
2022-09-07 13:44:56 -04:00
conf added conf dir with client pykmip sample file 2022-09-06 20:41:47 -04:00
lib added bw cli for linux 2022-09-06 14:02:53 -04:00
.gitignore updated gitignore file 2022-09-06 20:38:47 -04:00
bitwardenBackup.ps1 removed shorthand command aliases 2022-06-06 20:38:52 -04:00
bitwardenBackup.py updated selecting account and delete account 2022-09-07 13:44:56 -04:00
README.md Merge branch '2021Export' of https://git.johnhgaunt.com/jgaunt/bitwardenbackup 2022-01-03 09:28:56 -05:00
secrets.ini.sample added sample ini file 2022-09-06 15:21:24 -04:00

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