tdcheck.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
---
tdcheck.1 (462B)
---
1 .Dd April 17, 2019
2 .Dt DCHECK 1
3 .Os
4 .Sh NAME
5 .Nm dcheck
6 .Nd Perform consistency checks on a dedup repo
7 .Sh SYNOPSIS
8 .Nm dcheck
9 .Op Fl v
10 .Op repo
11 .Sh DESCRIPTION
12 .Nm
13 performs consistency checks on a dedup repo.
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 v
21 Enable verbose mode.
22 .El
23 .Sh AUTHORS
24 .An Dimitris Papastamos Aq Mt sin@2f30.org ,
25 .An z3bra Aq Mt contactatz3bradotorg .