dedup

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

commit 7991e88c0880ae32e6f5f4e9e87eea03e7e6d5d2
parent 311a565e21fcf8e1d69faeb980054e76669164db
Author: sin <sin@2f30.org>
Date:   Sun, 17 Feb 2019 11:32:58 +0000

Update README

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 cf - ~/bak | dedup -r ~/bak-dedup + tar cf - ~/bak | dedup -r ~/bak-dedup -m "$(date)" This will create .{cache,index,store} files in the ~/bak-dedup directory. The store file contains all the unique blocks. The index