tFix README example - 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 e45da8785b9e8436fb747f023743c910b06f36b5
(DIR) parent c464b663ad1fde4840833877c100064aef076a9e
(HTM) Author: z3bra <contactatz3bradotorg>
Date: Mon, 18 Feb 2019 19:41:37 +0100
Fix README example
Diffstat:
M README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/README b/README
t@@ -3,7 +3,7 @@ dedup is a simple data deduplication program.
dedup only handles a single file at a time, so using tar is advised.
For example, to dedup a tar file you can invoke dedup as follows:
- tar -c ~/bak | dedup -r ~/bak -m "$(date)"
+ tar -c ~/dir | dedup -r ~/bak -m "$(date)"
This will create .{cache,index,store} files in the ~/bak
directory. The store file contains all the unique blocks. The index