dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 4f719a7c9fc640e705084d5ea315e5fc8377a173
parent 2b72bf623b98eca60b2082451cee65817ae33b56
Author: sin <sin@2f30.org>
Date:   Thu,  7 Mar 2019 18:21:56 +0000

Update README

Diffstat:
MREADME | 22+++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -1,5 +1,11 @@ +What is it? +=========== + dedup is a simple data deduplication program. +Getting started +=============== + To use dedup you have to first initialize the repository. dedup -r ~/repo -i @@ -27,4 +33,18 @@ To extract a file from the deduplicated store run: dedup -r ~/repo -e <hash> > dir.tar -Dedup depends on liblz4 and openssl. +Portability +=========== + +Dedup works on Linux, BSD and possibly other UNIX-like systems. + +Dependencies +============ + + - liblz4 + - openssl + +Contact +======= + +You can reach us through irc.2f30.org/6697 at #2f30.