Go to file
Jonas Borgström d15d57b268 Auto ignore darc cache and store directories when creating archives 2010-11-09 20:49:21 +01:00
darc Auto ignore darc cache and store directories when creating archives 2010-11-09 20:49:21 +01:00
.gitignore Various changes 2010-10-31 21:55:09 +01:00
README
setup.py Removed trailing comma 2010-11-09 20:29:29 +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