Skip to content

MikyStar/bkp-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages