Deduplicating archiver with compression and authenticated encryption.

Jonas Borgström fa6a45cb1c Handle crash between commit and delete_bands há 14 anos atrás
darc fa6a45cb1c Handle crash between commit and delete_bands há 14 anos atrás
.gitignore 869f720be4 Various changes há 14 anos atrás
README baa0224f55 Added README and fixed time format string typo há 14 anos atrás
setup.py af614665ca New hashindex implementation. há 14 anos atrás

README

Basic Usage
===========

Generate keychain
-----------------
All data stored using darc is protected by 256 bit AES encryption. This means
that a keychain file needs to be created before any archives can be created:

$ darc init-keychain

This will create a password protected keychain in ~/.darc/keychain

Create an empty darc store
--------------------------

$ darc init /path/store

Create an archive
-----------------

$ darc create /path/store::MyBackup ~/Documents ~/src

List store contents
-------------------

$ darc list /path/store

List archive contents
---------------------

$ darc list /path/store::MyBackup

Extract archive
---------------

$ darc extract /path/store::MyBackup /destination

Delete archive
--------------

$ darc delete /path/store::MyBackup