Go to file
Jonas Borgström be8a14bd7e Initial documentation 2011-11-05 19:43:23 +01:00
darc change-password improvements 2011-11-01 21:00:21 +01:00
docs Initial documentation 2011-11-05 19:43:23 +01:00
.gitignore Initial documentation 2011-11-05 19:43:23 +01:00
README Added README and fixed time format string typo 2010-10-27 21:01:43 +02:00
setup.py Include Cython output in sdist 2011-08-20 18:11:23 +02:00

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