tdinfo.1 - dedup - data deduplication program HTML git clone git://bitreich.org/dedup/ git://hg6vgqziawt5s4dj.onion/dedup/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- tdinfo.1 (707B) --- 1 .Dd April 18, 2019 2 .Dt DINFO 1 3 .Os 4 .Sh NAME 5 .Nm dinfo 6 .Nd Print information about a dedup repository 7 .Sh SYNOPSIS 8 .Nm dinfo 9 .Op Fl tv 10 .Op repo 11 .Sh DESCRIPTION 12 .Nm 13 prints information about a dedup repository. 14 If no 15 .Ar repo 16 is specified, then the current directory 17 is assumed to be the repository. 18 .Sh OPTIONS 19 .Bl -tag -width "-v" 20 .It Fl t 21 Enable terse mode. 22 The output fields are as follows: 23 .br 24 [original dataset size] 25 [compressed dataset size] 26 [deduplicated dataset size] 27 [deduplication ratio] 28 [min block size] 29 [average block size] 30 [max block size] 31 [number of unique blocks] 32 .It Fl v 33 Enable verbose mode. 34 .El 35 .Sh AUTHORS 36 .An Dimitris Papastamos Aq Mt sin@2f30.org , 37 .An z3bra Aq Mt contactatz3bradotorg .