This tool is useful for people who would like to backup PGP keys like GPA (GNU Privacy Assistant). But does not have any graphical user interface.
- GPA (GNU Privacy Assistant) like Key Backup
- Advanced backup.
- Automatically compressing.
- Cross platform: [ Linux, Android (Termux) ]
git clone https://github.com/iamfatinilham/gpg-quick-backup.git cd $PWD/gqb/source/ chmod +x gqb-cli.sh ./gqb-cli.sh ./gqb-cli.sh --help-
To make the program run smoothly, these dependencies are recomended. Although, the program will tell you which dependencies to install using your package manager.
gnupg7zipqrencodedialog(Not needed for now.) [ Only for GUI ]whiptail(Not needed for now.) [ Only for GUI ]
You need sudo permissions.
git clone https://github.com/iamfatinilham/gpg-quick-backup.git cd $PWD/gqb/ sudo chmod +x build.sh sudo chmod +x clean.sh sudo chmod +x setup/setup.sh sudo ./build.sh cd setup/ cd ./setup.sh- Answer: As the script is currently in development, some commands or arguments may conflict with each other.
-
Answer: It is always a good practice to verify scripts before running them. Especially scripts handeling sensitive info such as PGP key pairs. I try my best to make the script as secure as possible.
-
I added
SHA512hashes inPreCalculated_SHA512/folder insource/folder -
You can advise me about anything in the
Issues
-
Remember, if you are running the script without installing, add ./ before the script (gqb-cli.sh) name.
gqb-cli gqb-cli --qr gqb-cli --qr -qrt [TYPE]You have to replace [TYPE] with
-
But for now, I am developing it by myself.

