Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 360 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 360 Bytes

bkp

A simple command line tool to create Backups


Install

Requires conda

conda env create -f env.yml
chmod u+x bkp.py

Use

./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