John Gaunt 70920467e8 removed file hash check
it seems that during a git clone, all the file hashes are changed. removed the check until future notice.
Also removing signature file as that is having the same issue as the main script file hash changes and fails to verify
2021-11-26 12:35:12 -05:00
2021-11-26 12:13:20 -05:00
2021-11-26 12:35:12 -05:00
2021-11-25 10:57:22 -05: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

GPG Signature

The bitwardenBackup.ps1 script has stored values of file hashes of all the files in the lib folder. If any are different, the script will exit and inform you.

The bitwardenBackup.ps1 script is signed with my GPG key to ensure integrity. This should be check before each run to make sure this script was not tampered with and all file hashes match.

Description
No description provided
Readme 359 MiB
Languages
Python 79.9%
PowerShell 20.1%