dedup

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

commit 65426c4dfc99f803c00d3c7bdbccdfc7f38fb19c
parent 7dbf6de1389b8b7b56017da2ff20fcdfccb40ca4
Author: sin <sin@2f30.org>
Date:   Mon, 20 May 2019 13:07:56 +0300

Fix typo in dup-init.1

Diffstat:
Mdup-init.1 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dup-init.1 b/dup-init.1 @@ -1,4 +1,4 @@ -.Dd May 5, 2019 +.Dd May 20, 2019 .Dt DUP-INIT 1 .Os .Sh NAME @@ -27,7 +27,7 @@ By default none is used. .It Fl Z Ar algo The compressor algorithm used to compress the blocks in the store. -The supported compressor algorithms are none and snappy and lz4. +The supported compressor algorithms are none, snappy and lz4. By default snappy is used. .It Fl k Ar keyfile Path to encryption key.