tPipe to tar in README - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(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
t@@ -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
=============================
t@@ -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.