URI: 
       tdunpack.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
       ---
       tdunpack.1 (524B)
       ---
            1 .Dd April 17, 2019
            2 .Dt DUNPACK 1
            3 .Os
            4 .Sh NAME
            5 .Nm dunpack
            6 .Nd Extract snapshot from a dedup repository
            7 .Sh SYNOPSIS
            8 .Nm dunpack
            9 .Op Fl v
           10 .Ar id
           11 .Op repo
           12 .Sh DESCRIPTION
           13 .Nm
           14 extracts the snapshot specified by
           15 .Ar id
           16 from the dedup repository and writes the data to stdout.
           17 If no
           18 .Ar repo
           19 is specified, then the current directory
           20 is assumed to be the repository.
           21 .Sh OPTIONS
           22 .Bl -tag -width "-v"
           23 .It Fl v
           24 Enable verbose mode.
           25 .El
           26 .Sh AUTHORS
           27 .An Dimitris Papastamos Aq Mt sin@2f30.org ,
           28 .An z3bra Aq Mt contactatz3bradotorg .