Update README - dedup - deduplicating backup program HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 7991e88c0880ae32e6f5f4e9e87eea03e7e6d5d2 DIR parent 311a565e21fcf8e1d69faeb980054e76669164db HTML Author: sin <sin@2f30.org> Date: Sun, 17 Feb 2019 11:32:58 +0000 Update README Diffstat: M README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR 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