Pipe to tar in README - dedup - deduplicating backup program
 (HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7fbb8c1db056f7fd2fc88a9454bbf5470675075d
 (DIR) parent d82d437101977daf0f966b5eb0507bdfdcc4f20d
 (HTM) Author: sin <sin@2f30.org>
       Date:   Thu,  2 May 2019 23:47:10 +0100
       
       Pipe to tar in README
       
       Diffstat:
         M README                              |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) 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.