GithubHelp home page GithubHelp logo

backpack-backup's Introduction

Backpack.py - Encrypted Backups Made Easy.

backpack.py is a python3 module used to encrypt and backup a directory or file for a specified GPG address. It can be run on it's own as a shell script or imported as a python module.

Example usage as follows below:

Used as a 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.

  • Or, potentially forgo GPG for a dynamic keypair ¯\(ツ)

Pip

pip install Backpack-Backup

Source

git clone https://github.com/jessefogarty/backpack-backup.git
cd backpack-backup
python3 setup.py install

Source 2

git clone https://github.com/jessefogarty/backpack-backup.git
cd backpack-backup
python3 -m pip install -r requirements.txt
python3 -m backpack

Requirements

  • Python 3
  • GnuPG

Version

  • 0.0.2 Current (Alpha)
    • 0.0.2-1 (development)

Contact

backpack-backup's People

Contributors

unkwn1-repo avatar

Watchers

James Cloos avatar

backpack-backup's Issues

File Overwriting

By default an existing file or directory will be overwritten.

Build in a --overwrite flag

  • when checking if dir or file exist - if they do compare against --overwrite cli flag

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.