dedup

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

commit 7fbb8c1db056f7fd2fc88a9454bbf5470675075d
parent d82d437101977daf0f966b5eb0507bdfdcc4f20d
Author: sin <sin@2f30.org>
Date:   Thu,  2 May 2019 23:47:10 +0100

Pipe to tar in README

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -23,7 +23,7 @@ This will create a new snapshot called foo under repo/archive/. To extract the snapshot: - dup-unpack -r repo foo > dir.tar + dup-unpack -r repo foo | tar -x Encrypting a dedup repository ============================= @@ -44,7 +44,7 @@ To create a snapshot named foo: To extract the snapshot: - dup-unpack -k keyfile -r repo foo > dir.tar + dup-unpack -k keyfile -r repo foo | tar -x All tools understand the -k option when operating on an encrypted dedup repository.