A tool to sign, encrypt and, backup a file or directory using GPG.
Project description
Backpack.py - Encrypted Backups Made Easy.
A easy way to backup local data in realtively secure manner
Backpack is a python3 program that backsup local files / directories in a single GPG encrypted file. If the source data is a directory it will be zipped and then encrypted. The encryption is based on a reciepient email address associated with a public key.
[TOC]
Usage Examples
My use: after backing up my laptop to my desktop storage drives I'll run backpack. This compresses the directory whilst adding an extra layer of security. This is not production ready.
Console script
$ backpack -p ~/Documents/test -d /Volumes/EXT -e jessefogarty@tuta.io
# Output
$ before-backup.zip: encryption ok
$ SUCCESS! Backup File: /Volumes/EXT/before-backup.zip.gpg
Imported backup python function
from backpack.backpack import backup
backup(p, d, e)
Installation Methods
Note: It's important you have they GPG key you want to encrypt your data for already installed to
~/.gnupg
. Later versions will offer to generate if not found.
Pipx (recommended)
pipx install backpack-backup
Pip
pip install Backpack-Backup
Source
git clone https://gitlab.com/unkwn1/backpack-backup.git
cd backpack-backup
python3 -m pip install -e .
Requirements
- Python 3
- GnuPG
- GPG key created without a passphrase[^nopw]. (How To)
Version
- 0.0.3
TODO
- Accept passwords to unlock keyring.
- Generate / Export keys.
- Create a TUI.
[^nopw]: will be fixed in next release for CLI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file backpack-backup-0.0.3.post1.tar.gz
.
File metadata
- Download URL: backpack-backup-0.0.3.post1.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb1e00222d1020e3f3b2e00d85dd4d210f2987ad1e4acfc9b65c8804f313e31c |
|
MD5 | d9834258f5fd77d0829927f75cade5d0 |
|
BLAKE2b-256 | 159b111e0f993ce286c72e2c69baa01a7b899fadee8b94fde572e5b9e91096be |
File details
Details for the file backpack_backup-0.0.3.post1-py3-none-any.whl
.
File metadata
- Download URL: backpack_backup-0.0.3.post1-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 039589ba231e80b71b858f0d5ff396b0937946df8293e8b5cbb6190f39c5ed85 |
|
MD5 | 43b82ac0d1bb99ad81ed55c3e8b67e50 |
|
BLAKE2b-256 | bff1197d1fc5c1115f3716faec3764da9c7dc87a973de1e21a5864f5d70ee66b |