dedup

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

commit 272704508fe267c4f4b3c3d28be679ccda76cc0c
parent 08da54bc98110a6bb2757e8aee340ad3e0704d91
Author: sin <sin@2f30.org>
Date:   Thu,  2 May 2019 16:01:19 +0100

Reword README

Diffstat:
MREADME | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -21,7 +21,7 @@ To deduplicate a directory tree invoke dup-pack(1) as follows: This will create a new snapshot called foo under repo/archive/. -To extract a snapshot: +To extract the snapshot: dup-unpack -r repo foo > dir.tar @@ -38,11 +38,11 @@ algorithm: dup-init -E XChaCha20-Poly1305 repo -To create a snapshot: +To create a snapshot named foo: tar -c ~/dir | dup-pack -k keyfile -r repo foo -To extract a snapshot: +To extract the snapshot: dup-unpack -k keyfile -r repo foo > dir.tar