Go to file
Jonas Borgström 231c06f0d5 Move walk_path logic into archiver.py for better error handling 2010-11-23 12:50:09 +01:00
darc Move walk_path logic into archiver.py for better error handling 2010-11-23 12:50:09 +01:00
.gitignore Various changes 2010-10-31 21:55:09 +01:00
README
setup.py Experimental remote store support 2010-11-16 22:30:27 +01: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