dedup

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

commit 0b821b99d739cae19d0d06501a4031039d4179e6
parent 4e73487301009733d5a9566a1e040da861bc295a
Author: sin <sin@2f30.org>
Date:   Sat, 27 Apr 2019 19:00:01 +0100

Rework README a bit

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

diff --git a/README b/README @@ -15,8 +15,7 @@ the repository. The storage file contains all the unique blocks of the repository. The archive directory contains the snapshots. dedup only handles a single file at a time, so using tar is advised. -For example, to dedup a directory tree you can invoke dup-pack(1) as -follows: +To deduplicate a directory tree invoke dup-pack(1) as follows: tar -c ~/dir | dup-pack -r repo foo