dedup

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

commit e45da8785b9e8436fb747f023743c910b06f36b5
parent c464b663ad1fde4840833877c100064aef076a9e
Author: z3bra <contactatz3bradotorg>
Date:   Mon, 18 Feb 2019 19:41:37 +0100

Fix README example

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -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