dedup

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

commit b7ba4766399045f736c536b1a9b17c26e181cfa8
parent 885ea6fad001f60ad32b77e0e830c5339561530c
Author: Eddie Thieda <eddie.thieda@gmail.com>
Date:   Tue, 21 May 2019 04:45:14 -0400

Modified wording

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -6,13 +6,13 @@ dedup is a deduplicating backup program. Getting started =============== -To use dedup you have to first initialize the repository: +To use dedup you have to first initialize a repository: dup-init repo dup-init(1) will create a storage file and an archive directory inside the repository. The storage file contains all the unique blocks of -the repository. The archive directory contains the snapshots. +the repository. The archive directory contains all snapshots. dedup only handles a single file at a time, so using tar is advised. To deduplicate a directory tree invoke dup-pack(1) as follows: