MikyStar / bkp-py

A simple command line tool to create Backups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple command line tool to create Backups


Languages

Language:Python 100.0%