Skip to content

Cloudxtreme/encbup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encbup

Encrypted backups (without the backups).

Build Status

Description

encbup is a companion to bup, the backup program. encbup adds encryption to bup, while still allowing per-file deduplication.

encbup can be thought of as an encrypted version of tar. It accepts a list of files and produces an encrypted blob.

Usage

To encrypt:

encbup.py --encrypt - /my/data/dir/ /some/file

To decrypt:

encbup.py --decrypt - /my/outdir/

Protocol

The protocol is detailed in PROTOCOL.md. If you find any errors, omissions, or have any feedback, please contact me or open an issue.

About

Encrypted backups (without the backups)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%