A simple command line tool to create Backups
Requires conda
conda env create -f env.yml
chmod u+x bkp.py
./bkp.py -ce my_dir # Create an AES-256-CBC targz archive
./bkp.py -xd my_dir.bkp ./here/archive # Decrypt and extract the archive to provided destination
./bkp.py --help # Further informations